Skip to content

Commit

Permalink
[chrome-extension] Forgot about alert.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexef committed Mar 22, 2013
1 parent 4740abb commit f86b0b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion wouso-chrome-notifier/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "World of USO Notifier",
"version": "1.7",
"version": "1.8",
"manifest_version": 2,
"background":{
"scripts": [
Expand Down
1 change: 0 additions & 1 deletion wouso-chrome-notifier/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function saveOptions() {
function loadOptions() {
var bkg = chrome.extension.getBackgroundPage();
var select = document.getElementById("edition");
alert(bkg);
edition = bkg.settings.edition;

for (c=0; c<select.children.length; c++) {
Expand Down

0 comments on commit f86b0b3

Please sign in to comment.