1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 02:49:14 +00:00

Merge branch 'const-PluginHost' of wn/tt-rss into js-objects

This commit is contained in:
fox
2018-12-03 05:03:55 +00:00
committed by Gogs

View File

@@ -346,7 +346,8 @@ define(["dojo/_base/declare"], function (declare) {
}
// PluginHost might not be available on non-index pages
window.PluginHost && PluginHost.run(PluginHost.HOOK_PARAMS_LOADED, App._initParams);
if (typeof PluginHost !== 'undefined')
PluginHost.run(PluginHost.HOOK_PARAMS_LOADED, App._initParams);
}
this.initSecondStage();