Commit be5a05b8 by Kim Peace

Added websocket parameter

parent 3a5f90cd
...@@ -73,7 +73,7 @@ var bindOnConnectError = function () { ...@@ -73,7 +73,7 @@ var bindOnConnectError = function () {
var bindOnNewNotification = function () { var bindOnNewNotification = function () {
// Notification // Notification
socket.on(SOCKET_KEY.NEW_NOTIFICATION, function (keyword, event) { socket.on(SOCKET_KEY.NEW_NOTIFICATION, function (keyword, event) {
console.log("peacekim:: on SOCKET_KEY.NEW_NOTIFICATION"); console.log("peacekim:: on SOCKET_KEY.NEW_NOTIFICATION keyword: "+keyword);
const notificationString = getLocalizedString(event, keyword); const notificationString = getLocalizedString(event, keyword);
$("#messageNotification") $("#messageNotification")
.finish() .finish()
......
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