summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-15 14:02:14 +0300
committerAndrew Dolgov <[email protected]>2010-01-15 14:02:14 +0300
commit65216276e9b65d39d374490ebff4793f7c724c53 (patch)
treee1ebbe4b62752ba7cf683dd62216bdca9cb51462
parentb3af99a0c527dc0c9cfcf4579dd78f5b6d4e8d31 (diff)
offline: fix bugs caused by recent layout updates
-rw-r--r--offline.js3
-rw-r--r--tt-rss.php2
2 files changed, 2 insertions, 3 deletions
diff --git a/offline.js b/offline.js
index ca2ae0990..a2fe63c7e 100644
--- a/offline.js
+++ b/offline.js
@@ -211,7 +211,7 @@ function viewfeed_offline(feed_id, subop, is_cat, subop_param, skip_history, off
var toolbar_form = document.forms["main_toolbar_form"];
- var limit = toolbar_form.limit[toolbar_form.limit.selectedIndex].value;
+ //var limit = toolbar_form.limit[toolbar_form.limit.selectedIndex].value;
var view_mode = toolbar_form.view_mode[toolbar_form.view_mode.selectedIndex].value;
var limit_qpart = "";
@@ -602,7 +602,6 @@ function init_offline() {
store.enabled = true;
Element.hide("dispSwitchPrompt");
- Element.hide("feedBrowserPrompt");
Element.hide("topLinksOnline");
Element.show("topLinksOffline");
diff --git a/tt-rss.php b/tt-rss.php
index 0d3186d34..aa3d70e1e 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -224,7 +224,7 @@
<option value="score"><?php echo __('Score') ?></option>
</select>
- <button onclick="return viewCurrentFeed('ForceUpdate')">
+ <button name="update" onclick="return viewCurrentFeed('ForceUpdate')">
<?php echo __('Update') ?></button>
<button onclick="return catchupCurrentFeed()">