mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:45:55 +00:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user