mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Adding a log
This commit is contained in:
@@ -548,6 +548,11 @@ var List = {
|
||||
},
|
||||
|
||||
vote: function(id, vote) {
|
||||
Helper.log([
|
||||
"Voting on video",
|
||||
"client " + client,
|
||||
"socket_connected " + socket_connected
|
||||
]);
|
||||
if(client && !socket_connected) {
|
||||
if(vote != "del") {
|
||||
vote_ajax(id);
|
||||
|
||||
Reference in New Issue
Block a user