summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-25 12:45:27 +0400
committerAndrew Dolgov <[email protected]>2013-03-25 12:45:27 +0400
commitbcbb2ec7927849117bfedac87a3726808890d19c (patch)
tree6056fa61160132a60934c8178f361bf9223077fd /prefs.php
parent90856743c3f792594fb6b69e7caef03aa960331e (diff)
remove localized_js.php; integrate with other startup JS stuff
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 0715f26e4..324968753 100644
--- a/prefs.php
+++ b/prefs.php
@@ -39,7 +39,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);
@@ -60,6 +59,7 @@
print get_minified_js(array("functions", "deprecated", "prefs"));
+ init_js_translations();
?>
</script>