From 01b4fa13007bd262792b9dfcc219b97ccec2a765 Mon Sep 17 00:00:00 2001 From: Git Date: Mon, 11 Mar 2013 08:00:15 +0000 Subject: [PATCH] Empty commit --- static/functions/rippy.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 static/functions/rippy.js diff --git a/static/functions/rippy.js b/static/functions/rippy.js deleted file mode 100644 index faaf129a..00000000 --- a/static/functions/rippy.js +++ /dev/null @@ -1,18 +0,0 @@ -function say() { - ajax.get("ajax.php?action=rippy", function(response) { - response = JSON.parse(response); - if (response['Message']) { - var say = response['Message']; - if(response['From']) { - say += "
Ripback"; - } - $('#rippywrap').raw().style.display = ""; - $('#rippy-says').raw().innerHTML = say; - $('#bubble').raw().style.display = "block"; - } - }); -} - -function rippyclick() { - $('.rippywrap').remove(); -}