|
|
@ -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); |
|
|
|