fix broken hotkeys

master
Andrew Dolgov 19 years ago
parent e0a7121ba9
commit 2e02b89603

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

Loading…
Cancel
Save