1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

more piggies! I demand MORE piggies!!!

This commit is contained in:
Andrew Dolgov
2005-08-25 07:57:51 +01:00
parent 7880091293
commit 13ad91024c
4 changed files with 59 additions and 27 deletions
+2 -21
View File
@@ -263,26 +263,8 @@ function editSelectedFeed() {
}
var seq = "";
function hotkey_handler(e) {
var keycode;
if (window.event) {
keycode = window.event.keyCode;
} else if (e) {
keycode = e.which;
}
if (keycode == 13 || keycode == 27) {
seq = "";
} else {
seq = seq + "" + keycode;
}
var piggie = document.getElementById("piggie");
if (seq.match("807371717369")) {
function localPiggieFunction(enable) {
if (enable) {
piggie.style.display = "block";
seq = "";
notify("I loveded it!!!");
@@ -290,7 +272,6 @@ function hotkey_handler(e) {
piggie.style.display = "none";
notify("");
}
}
function init() {