1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

minor cleanup

This commit is contained in:
kay.one
2013-08-03 18:27:12 -07:00
parent 376b386b31
commit 4ff068db0a
12 changed files with 63 additions and 28 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ define(
onClick: function () {
Config.SetValue(this.model.get('menuKey'), this.model.get('key'));
Config.setValue(this.model.get('menuKey'), this.model.get('key'));
this.invokeCallback();
},