Add calendar module.

This commit is contained in:
Michael Teeuw
2016-03-31 11:05:32 +02:00
parent 7717b295bd
commit 900ba886ed
43 changed files with 6477 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ NodeHelper = Class.extend({
// register catch all.
socket.on('*', function (notification, payload) {
if (notification !== '*')
console.log('received message in namespace: ' + namespace);
//console.log('received message in namespace: ' + namespace);
self.socketNotificationReceived(notification, payload);
});
});