Browse Source

remove comments

master
Carmine De Rosa 7 years ago
parent
commit
471f34ff1c
  1. 3
      socket/public/device.js

3
socket/public/device.js

@ -9,8 +9,6 @@ $(document).ready( function(){
var url = new URL(urlString);
var sid = getParameterByName("sid", urlString);
console.log('a<szdhxfg');
console.log(baseUrl);
$.getJSON( baseUrl + '/apis/getMessages.php', {
sid: sid
}).done( function(session){
@ -32,7 +30,6 @@ $(document).ready( function(){
var startHours = startValue[1].split(':');
var start = new Date(startDate[0], startDate[1] - 1, startDate[2], startHours[0], startHours[1], startHours[2]).getTime();
console.log(now, start, timer, timer-now);
if(now > timer){
showCloud(item.title, [item.short_text, item.long_text], item.image, item.actions, session.messages);
notify(true);

Loading…
Cancel
Save