even:alert socket call -> app.alert

v1.18.x
psychobunny 10 years ago
parent b26bf9f22d
commit fbbd405b00

@ -70,6 +70,10 @@ app.cacheBuster = null;
window.location.href = config.relative_path + '/';
}, 1000);
});
socket.on('event:alert', function(data) {
app.alert(data);
});
}
function onSocketConnect(data) {

Loading…
Cancel
Save