summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.php b/index.php
index d92c2fc1c..5c5f706d1 100644
--- a/index.php
+++ b/index.php
@@ -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>
@@ -123,6 +123,8 @@
</div>
</div>
+<div style="display : none" onclick="Element.hide(this)" id="small_article_preview"></div>
+
<div id="header">
<img id="net-alert" style="display : none"
title="<?php echo __("Communication problem with server.") ?>"
@@ -171,7 +173,6 @@
<option value="published"><?php echo __('Published') ?></option>
<option value="unread"><?php echo __('Unread') ?></option>
<!-- <option value="noscores"><?php echo __('Ignore Scoring') ?></option> -->
- <option value="updated"><?php echo __('Updated') ?></option>
</select>
<select title="<?php echo __('Sort articles') ?>"