summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index fb24066fd..cba52284b 100644
--- a/index.php
+++ b/index.php
@@ -113,8 +113,6 @@
'use strict';
require({cache:{}});
<?php
- require_once 'lib/jshrink/Minifier.php';
-
print get_minified_js(["tt-rss.js",
"functions.js", "feedlist.js", "viewfeed.js", "PluginHost.js"]);
?>