mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with client vote/add and such
This commit is contained in:
@@ -548,7 +548,7 @@ var List = {
|
||||
},
|
||||
|
||||
vote: function(id, vote) {
|
||||
if(client && !socket.connected) {
|
||||
if(client && !socket_connected) {
|
||||
if(vote != "del") {
|
||||
vote_ajax(id);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user