mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:05:56 +00:00
fix for startup crash because of classes containing spaces
This commit is contained in:
@@ -372,7 +372,7 @@ const Headlines = {
|
|||||||
App.byId("main").removeClassName("expanded");
|
App.byId("main").removeClassName("expanded");
|
||||||
|
|
||||||
if (App.isCombinedMode())
|
if (App.isCombinedMode())
|
||||||
App.byId("main").addClassName(App.getInitParam("cdm_expanded") ? " expanded" : " expandable");
|
App.byId("main").addClassName(App.getInitParam("cdm_expanded") ? "expanded" : "expandable");
|
||||||
},
|
},
|
||||||
renderAgain: function () {
|
renderAgain: function () {
|
||||||
// TODO: wrap headline elements into a knockoutjs model to prevent all this stuff
|
// TODO: wrap headline elements into a knockoutjs model to prevent all this stuff
|
||||||
|
|||||||
Reference in New Issue
Block a user