mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 10:21:00 +01:00
shorten declaration of PrefHelpers.OPML
This commit is contained in:
parent
8f1881e12c
commit
a049b5bd88
@ -147,10 +147,8 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
dijit.byId('genConfigTab').attr('content', transport.responseText);
|
||||
Notify.close();
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Helpers.OPML = {
|
||||
},
|
||||
OPML: {
|
||||
import: function() {
|
||||
const opml_file = $("opml_file");
|
||||
|
||||
@ -225,6 +223,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
}
|
||||
return false;
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
return Helpers;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user