summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-05 07:09:01 +0300
committerAndrew Dolgov <[email protected]>2017-12-05 07:09:01 +0300
commitc4a08e4ff0f7f3cfab90d69aec055e72a4614a92 (patch)
treec1ed4cfdc06cc56243f97b4c5376eea77b225526 /index.php
parent0518510814ffaca80d277bdf1a20fc3b44271f65 (diff)
remove mentions of deprecated.js
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index daa532aa2..a1bcd5643 100644
--- a/index.php
+++ b/index.php
@@ -114,8 +114,8 @@
<?php
require_once 'lib/jshrink/Minifier.php';
- print get_minified_js(array("tt-rss",
- "functions", "feedlist", "viewfeed", "PluginHost"));
+ print get_minified_js(["tt-rss.js",
+ "functions.js", "feedlist.js", "viewfeed.js", "PluginHost.js"]);
foreach (PluginHost::getInstance()->get_plugins() as $n => $p) {
if (method_exists($p, "get_js")) {