]> git.wh0rd.org - tt-rss.git/commitdiff
change search hotkey description from r to s
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 5 Dec 2006 09:33:20 +0000 (10:33 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 5 Dec 2006 09:33:20 +0000 (10:33 +0100)
functions.js

index 383163f0a4b9bcccf35285aa65b57c1bcd97531f..230fe1ab8b3418d3d1a4a3b4c5ca680adab1b995 100644 (file)
@@ -186,7 +186,7 @@ function hotkey_handler(e) {
                        return scheduleFeedUpdate(true);
                }
 
-               if (keycode == 83) { // r
+               if (keycode == 83) { // s
                        return displayDlg("search", getActiveFeedId());
                }