summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-10 11:21:05 +0300
committerAndrew Dolgov <[email protected]>2009-02-10 11:21:05 +0300
commit44d148ccc6db9a85772f6b248e9765661926147c (patch)
tree26b2cf25773d20bd5912a277e223638a79524103
parent538c4921e60129c62754e6c8876a022d552b1878 (diff)
code cleanup
-rw-r--r--tt-rss.js15
-rw-r--r--tt-rss.php1
2 files changed, 0 insertions, 16 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 5d104a069..931a5b611 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -676,11 +676,6 @@ function quickMenuGo(opid) {
resize_headlines();
}
-/* if (opid == "qmcDownload") {
- displayDlg("offlineDownload");
- return;
- } */
-
if (opid == "qmcResetCats") {
if (confirm(__("Reset category order?"))) {
@@ -1314,16 +1309,6 @@ function hotkey_handler(e) {
}
}
-/* if (keycode == 68 && shift_key) { // D
- initiate_offline_download();
- return false;
- }
-
- if (keycode == 68) { // d
- displayDlg("offlineDownload");
- return false;
- } */
-
if (keycode == 87) { // w
feeds_sort_by_unread = !feeds_sort_by_unread;
return resort_feedlist();
diff --git a/tt-rss.php b/tt-rss.php
index f4cb83549..5d765b5d9 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -190,7 +190,6 @@ window.onload = init;
<option value="qmcAddFilter">&nbsp;&nbsp;<?php echo __('Create filter...') ?></option>
<option value="qmcResetUI">&nbsp;&nbsp;<?php echo __('Reset UI layout') ?></option>
<option value="qmcResetCats">&nbsp;&nbsp;<?php echo __('Reset category order') ?></option>
- <option id="qmcDownload" style="display : none" value="qmcDownload"><?php echo __('&nbsp;&nbsp;Download new articles...') ?></option>
<option value="qmcHKhelp"><?php echo __('&nbsp;&nbsp;Keyboard shortcuts') ?></option>
</select>