mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
fd3f5e5dce
commit
01b4fa1300
@ -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 += "<br/><a href='user.php?action=rippy&to=" + response['From'] + "' class='brackets'>Ripback</a>";
|
||||
}
|
||||
$('#rippywrap').raw().style.display = "";
|
||||
$('#rippy-says').raw().innerHTML = say;
|
||||
$('#bubble').raw().style.display = "block";
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function rippyclick() {
|
||||
$('.rippywrap').remove();
|
||||
}
|
Loading…
Reference in New Issue
Block a user