Skip to content

Commit

Permalink
Version amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
ocodia committed Feb 7, 2013
1 parent 50c3020 commit 3a79c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -8,7 +8,7 @@
"icons": { "128": "icon.png" },
"name": "Check My Links",
"permissions": [ "tabs", "http://*/*", "https://*/*" ],
"version": "3.2.1",
"version": "3.3.3",
"manifest_version": 2,
"background": { "scripts": ["background.js"] }
}
4 changes: 3 additions & 1 deletion options.js
Expand Up @@ -27,7 +27,9 @@ function loadOptions() {
}

//blacklistItems = bkg.getItem("blacklist");
blacklistItems.split(" ");
if(blacklistItems !== null){
blacklistItems.split(" ");
}

document.getElementById("blacklistEntries").value = blacklistItems;
var requestType = document.getElementById("requestType");
Expand Down

0 comments on commit 3a79c62

Please sign in to comment.