1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-03 13:00:51 +02:00

reenable piggie (refs #42)

This commit is contained in:
Andrew Dolgov 2010-09-30 16:53:23 +04:00
parent 58226f869c
commit 230807bd59

View File

@ -1456,8 +1456,7 @@ function pref_hotkey_handler(e) {
} }
if ($("piggie")) { if ($("piggie")) {
if (seq.match("8073717369")) {
if (seq.match("807371717369")) {
seq = ""; seq = "";
piggie(true); piggie(true);
} else { } else {