mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 21:51:28 +00:00
fix broken hotkeys
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user