Skip to content

Commit

Permalink
Try not setting the document domain on embed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tburry committed Jan 8, 2013
1 parent f37de1d commit 529eaf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion container.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Embed Container for easyXDM</title>
<script type="text/javascript" src="js/easyXDM/easyXDM.min.js"></script>
<script type="text/javascript">
document.domain = document.domain;
// document.domain = document.domain;

easyXDM.DomHelper.requiresJSON("js/easyXDM/json2.js");

Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

define('APPLICATION', 'Vanilla');
define('APPLICATION_VERSION', '2.1b1.8');
define('APPLICATION_VERSION', '2.1b1.9');

// Report and track all errors.

Expand Down
2 changes: 1 addition & 1 deletion js/vanilla.embed.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if (window.top == window.self)
return;

window.document.domain = window.document.domain;
// window.document.domain = window.document.domain;

// Call a remote function in the parent.
Vanilla.parent.callRemote = function(func, args, success, failure) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/cleditor/js/jquery.cleditor.min.js

Large diffs are not rendered by default.

0 comments on commit 529eaf6

Please sign in to comment.