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

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Jun 30, 2019
1 parent c0838f7 commit 834266b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 4 additions & 3 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"log": [
{
"ver":"6.3.744.880",
"date":"2019.06.07",
"ver":"6.3.770.881",
"date":"2019.06.30",
"content":[
"new mini-apps: pxmovie"
"new mini-apps: pxmovie",
"fix bugs"
]
},
{
Expand Down
3 changes: 3 additions & 0 deletions js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -3839,6 +3839,9 @@ var sub={
break;
case"disableall":
for(var i=0;i<sub.cons.extmgm.ext_enabled.length;i++){
if(sub.cons.extmgm.ext_enabled[i].id==chrome.runtime.id){
continue;
}
chrome.management.setEnabled(sub.cons.extmgm.ext_enabled[i].id,false);
}
break;
Expand Down
3 changes: 2 additions & 1 deletion js/inject/rss.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ sue.apps.rss={
menu:function(dom){
console.log("subitem")
var domlist=sue.apps.getAPPboxEle(dom).querySelector(".sub_items");
domlist.textContent="";
//domlist.textContent="";
chrome.storage.local.get(function(items){
domlist.textContent="";
var feed=sue.apps.rss.config.feed;
var feedtitle=items.localConfig.apps.rss.feedtitle;
console.log(feedtitle)
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": "smartUp Gestures(Beta)",
"short_name":"smartUp",
"version": "6.3.744.880",
"version": "6.3.744.881",
"description": "__MSG_ext_des__",
"default_locale": "en",
"author":"zimo",
Expand Down

0 comments on commit 834266b

Please sign in to comment.