summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-21 12:35:40 +0300
committerAndrew Dolgov <[email protected]>2019-02-21 12:35:40 +0300
commit4db13b8a171740798f1fb036b8ad7e45b8f9f090 (patch)
tree1466d0f064522989278cf9b52921d0f9a6c9b754 /js/prefs.js
parente66d6b764647c814e8766da8fa2c89be1627dfc8 (diff)
simplify preference layout, remove some unnecessary css classes
Diffstat (limited to 'js/prefs.js')
-rwxr-xr-xjs/prefs.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 58a59fc24..b4ac9976e 100755
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -29,6 +29,7 @@ require(["dojo/_base/kernel",
"dijit/form/Select",
"dijit/form/SimpleTextarea",
"dijit/form/TextBox",
+ "dijit/form/NumberSpinner",
"dijit/form/ValidationTextBox",
"dijit/InlineEditBox",
"dijit/layout/AccordionContainer",
@@ -150,4 +151,4 @@ require(["dojo/_base/kernel",
this.Error.report(e);
}
});
-}); \ No newline at end of file
+});