mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:15:55 +00:00
move isCombinedMode to AppBase so we wouldn't crash in preferences
This commit is contained in:
@@ -204,9 +204,6 @@ require(["dojo/_base/kernel",
|
||||
|
||||
return Feeds.reloadCurrent('');
|
||||
},
|
||||
isCombinedMode: function() {
|
||||
return App.getInitParam("combined_display_mode");
|
||||
},
|
||||
hotkeyHandler: function(event) {
|
||||
if (event.target.nodeName == "INPUT" || event.target.nodeName == "TEXTAREA") return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user