summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-06-20 15:04:59 +0300
committerAndrew Dolgov <[email protected]>2018-06-20 15:04:59 +0300
commita9105e2a619c499509c27ac263b306e86ef247b5 (patch)
tree82b0803b4ef426b816e0f1fad719d775f37fde45 /index.php
parent2aaefbfa54447c37a74aaf126f864fac629e9bd5 (diff)
move JShrink Minifier to vendor/
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"]);
?>