1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 23:49:14 +00:00

remove mentions of deprecated.js

This commit is contained in:
Andrew Dolgov
2017-12-05 07:09:01 +03:00
parent 0518510814
commit c4a08e4ff0
3 changed files with 7 additions and 7 deletions

View File

@@ -92,7 +92,7 @@
}
}
print get_minified_js(array("functions", "deprecated", "prefs"));
print get_minified_js(["functions.js", "prefs.js"]);
init_js_translations();
?>