Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Wagner committed Apr 14, 2016
1 parent 4268631 commit 4e06ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"16": "media/icons/16.png",
"48": "media/icons/48.png",
"128": "media/icons/128.png"
}
},
//,
// "options_ui": {
// "page": "html/options.html",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ window.onmessage = function (msg) {
// data already processed, do nothing
} else {

console.log(msg);
//console.log(msg);
var msgWiki = msg.data.dataWiki.data;
var msgEEXCESS = msg.data.dataEEXCESS;
//$(addWikiGrid(msg.data.data.data));
Expand Down

0 comments on commit 4e06ea4

Please sign in to comment.