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) {