diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-06-20 15:04:59 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-06-20 15:04:59 +0300 |
| commit | a9105e2a619c499509c27ac263b306e86ef247b5 (patch) | |
| tree | 82b0803b4ef426b816e0f1fad719d775f37fde45 /index.php | |
| parent | 2aaefbfa54447c37a74aaf126f864fac629e9bd5 (diff) | |
move JShrink Minifier to vendor/
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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"]); ?> |