summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-03 09:33:44 +0300
committerAndrew Dolgov <[email protected]>2018-12-03 09:33:44 +0300
commit84affc7b1d71769038dfd25d74e40d6bf744e5fb (patch)
tree97751786520bb686276a0791edc7e646f1822a91 /js/prefs.js
parente905ce7ea983e425de85282ce7d24fb9f64402d4 (diff)
rework dojo singleton modules to better work with phpstorm completion (ugh) - declare() is not needed there anyway
remove event.observe from login form (not needed) load pluginhost via amd
Diffstat (limited to 'js/prefs.js')
-rwxr-xr-xjs/prefs.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 3600c5fb1..ea5d847a9 100755
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -60,11 +60,6 @@ require(["dojo/_base/kernel",
report_error(message, filename, lineno, colno, error);
};
- CommonDialogs = fox.CommonDialogs();
- Filters = fox.CommonFilters();
- Users = fox.PrefUsers();
- Prefs = fox.PrefHelpers();
-
parser.parse();
this.setLoadingProgress(50);