Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Jun 6, 2018
2 parents 642f6e0 + 1b97dd9 commit c30ee5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"log": [
{
"ver":"6.1.742.830",
"date":"2018.06.05",
"content":[
"fix bug: export button disappear"
]
},
{
"ver":"6.1.645.828",
"date":"2018.05.27",
Expand Down
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ var suo={
suo.showBtnAdd(false);
//document.querySelector("#btn_add").style.cssText+="display:none;"
}
if((ele.dataset.id0=="0"&&ele.dataset.id1=="6")){
if((ele.dataset.id0=="1"&&ele.dataset.id1=="5")){
suo.confExport();
}

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minimum_chrome_version": "22",
"name": "__MSG_ext_name__",
"short_name":"smartUp",
"version": "6.1.645.828",
"version": "6.1.742.830",
"description": "__MSG_ext_des__",
"default_locale": "en",
"author":"zimo",
Expand Down

0 comments on commit c30ee5d

Please sign in to comment.