From 6787d811e6f9e1258769006227c3df92580e52d9 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 25 Feb 2013 11:27:00 +0530 Subject: [PATCH] log messages --- source/Ox.UI/js/Core/Message.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Core/Message.js b/source/Ox.UI/js/Core/Message.js index 24178e99..1cfd105d 100644 --- a/source/Ox.UI/js/Core/Message.js +++ b/source/Ox.UI/js/Core/Message.js @@ -12,6 +12,7 @@ Ox.Message = (function() { try { data = JSON.parse(e.data); } catch(e) {} + Ox.Log('MESSAGE', data) if (data.event == 'init') { window.oxid = data.data.id; } else if (data.event) {