From 84affc7b1d71769038dfd25d74e40d6bf744e5fb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 3 Dec 2018 09:33:44 +0300 Subject: 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 --- index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index f574eb4d6..0cc5c1545 100644 --- a/index.php +++ b/index.php @@ -105,7 +105,6 @@ "lib/dojo/tt-rss-layer.js", "js/tt-rss.js", "js/common.js", - "js/PluginHost.js", "errors.php?mode=js") as $jsfile) { echo javascript_tag($jsfile); -- cgit v1.2.3