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:
14
functions.js
14
functions.js
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user