mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 00:55:55 +00:00
further javascript cleanups
This commit is contained in:
13
functions.js
13
functions.js
@@ -91,12 +91,15 @@ function hotkey_handler(e) {
|
||||
|
||||
var piggie = document.getElementById("piggie");
|
||||
|
||||
if (seq.match("807371717369")) {
|
||||
localPiggieFunction(true);
|
||||
} else {
|
||||
localPiggieFunction(false);
|
||||
}
|
||||
if (piggie) {
|
||||
|
||||
if (seq.match("807371717369")) {
|
||||
localPiggieFunction(true);
|
||||
} else {
|
||||
localPiggieFunction(false);
|
||||
}
|
||||
}
|
||||
|
||||
if (typeof localHotkeyHandler != 'undefined') {
|
||||
localHotkeyHandler(keycode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user