Commit c99fd4b4 by Masaru Abe

セミコロン忘れ

parent 3d52b7db
......@@ -829,7 +829,7 @@ HEADER.initPushMessage = function()
HEADER.getTimeWaitCheckNewPushMessage = function()
{
return avwSysSetting().pushTimePeriod * 1000;// time unit is seconds
}
};
// get message new
HEADER.getPushMessageNew = function()
......@@ -910,7 +910,7 @@ HEADER.getPushMessageList = function() {
HEADER.getDateCreatePushMessage = function(data) {
return (data.year + 1900) + "/" + (data.month + 1) + "/" + data.date + " " + data.hours + ":" + data.minutes;
}
};
// show push message list
HEADER.showListPushMessage = function(data)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment