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

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
harytfw committed Sep 3, 2017
1 parent 3b22573 commit 77bca56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ConfigClass {
}
save() {
const temp = JSON.parse(JSON.stringify(this));
if (this.syncFirefoxAccount && browser.storage.sync) {
if (this.enableSync && browser.storage.sync) {
browser.storage.sync.set(temp);
}
return browser.storage.local.set(temp);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "__MSG_extensionDescription__",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.50.0b6",
"version": "1.50.0b7",
"homepage_url": "https://github.com/harytfw/GlitterDrag",
"icons": {
"48": "Drag.png",
Expand Down

0 comments on commit 77bca56

Please sign in to comment.