This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-28 20:27:34 +01:00
parent a134f3638b
commit 95e227d087
2 changed files with 2 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ var Nochan = {
data: {id:id},
url: "/php/imageblob.php",
success: function(data){
console.log(data);
Nochan.blob_list.push(data);
//data will contain the vote count echoed by the controller i.e.
//$(".room-namer").css("opacity", 0);