Compare commits

...

2 Commits

Author SHA1 Message Date
John McLear 5f75d91ec5 remove console log 2013-04-09 16:27:32 +01:00
John McLear 2e7f1f92a4 add hook 2013-04-09 16:26:05 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,6 @@ function init() {
socket.on('message', function(message)
{
if(window.console) console.log(message);
if(message.type == "CLIENT_VARS")
{
handleClientVars(message);
@ -91,6 +90,7 @@ function init() {
} else {
changesetLoader.handleMessageFromServer(message);
}
hooks.callAll('handleClientTimesliderMessage_' + message.type, {payload: message.payload});
});
//get all the export links