Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
this fixes #31/#issuecomment-61376018
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Nov 1, 2014
1 parent 8e7ae17 commit 296f16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ var renderRequests = function() {
/******************************************************************************/

function changeUserSettings(name, value) {
cachedUserSettings[name] = value;
messaging.tell({
what: 'userSettings',
name: name,
Expand Down

0 comments on commit 296f16f

Please sign in to comment.