diff --git a/source/Ox.UI/js/Core/Message.js b/source/Ox.UI/js/Core/Message.js index ddd3dec0..5849cd83 100644 --- a/source/Ox.UI/js/Core/Message.js +++ b/source/Ox.UI/js/Core/Message.js @@ -43,7 +43,7 @@ Ox.Message = (function() { @*/ that.post = function(target, event, data) { target = target == Ox.$parent ? window.parent - ? Ox.isElement(target[0]) ? target[0] + : Ox.isElement(target[0]) ? target[0] : $('#' + target)[0]; target.postMessage(JSON.stringify({ event: event,