mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 00:25:54 +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:
@@ -1,5 +1,5 @@
|
||||
define(["dojo/_base/declare"], function (declare) {
|
||||
return declare("fox.PrefHelpers", null, {
|
||||
Prefs = {
|
||||
clearFeedAccessKeys: function() {
|
||||
if (confirm(__("This will invalidate all previously generated feed URLs. Continue?"))) {
|
||||
Notify.progress("Clearing URLs...");
|
||||
@@ -148,5 +148,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
Notify.close();
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
return Prefs;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user