1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:25:57 +00:00

remove localized_js.php; integrate with other startup JS stuff

This commit is contained in:
Andrew Dolgov
2013-03-25 12:45:27 +04:00
parent 90856743c3
commit bcbb2ec792
4 changed files with 40 additions and 47 deletions

View File

@@ -77,7 +77,6 @@
"lib/dojo/dojo.js",
"lib/dijit/dijit.js",
"lib/dojo/tt-rss-layer.js",
"localized_js.php",
"errors.php?mode=js") as $jsfile) {
echo javascript_tag($jsfile);
@@ -99,6 +98,7 @@
print get_minified_js(array("tt-rss",
"functions", "feedlist", "viewfeed", "FeedTree"));
init_js_translations();
?>
</script>