1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

pref hotkey fixes

This commit is contained in:
Andrew Dolgov 2008-05-16 07:39:46 +01:00
parent 1884ef15ac
commit 8d727bfc0b

View File

@ -1798,6 +1798,10 @@ function pref_hotkey_handler(e) {
return selectTab("userConfig"); return selectTab("userConfig");
} }
if (keycode == 88) { // x
return gotoMain();
}
} }
if (document.getElementById("piggie")) { if (document.getElementById("piggie")) {