1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 06:15:54 +00:00

total pigcall (closes #42)

This commit is contained in:
Andrew Dolgov
2006-02-25 06:54:53 +01:00
parent 6c7abfae07
commit 1cac3c31bc
4 changed files with 34 additions and 15 deletions

View File

@@ -129,15 +129,11 @@ function hotkey_handler(e) {
seq = seq + "" + keycode;
}
var piggie = document.getElementById("piggie");
if (piggie) {
if (seq.match("807371717369")) {
localPiggieFunction(true);
} else {
localPiggieFunction(false);
}
if (seq.match("807371717369")) {
seq = "";
localPiggieFunction(true);
} else {
localPiggieFunction(false);
}
if (typeof localHotkeyHandler != 'undefined') {