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