Skip to content

Commit

Permalink
Fix for issue #10
Browse files Browse the repository at this point in the history
  • Loading branch information
lkcampbell committed Mar 25, 2014
1 parent 0e4afdf commit 1e9c579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Expand Up @@ -127,7 +127,8 @@ define(function (require, exports, module) {
// Event handlers
function handleToggleGuides() {
enabled = !enabled;
prefs.setValueAndSave("enabled", enabled);
prefs.set("enabled", enabled);
prefs.save();
}

// Initialize extension
Expand Down

0 comments on commit 1e9c579

Please sign in to comment.