1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 10:24:59 +12:00

this fixes #31/#issuecomment-61376018

This commit is contained in:
gorhill 2014-11-01 14:44:39 -04:00
parent 8e7ae17b5c
commit 296f16f08e

View file

@ -260,6 +260,7 @@ var renderRequests = function() {
/******************************************************************************/
function changeUserSettings(name, value) {
cachedUserSettings[name] = value;
messaging.tell({
what: 'userSettings',
name: name,