Skip to content

Commit

Permalink
Fix javascript error when closing the link window
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Grossini committed Mar 30, 2011
1 parent bfe7dce commit 5f76c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/public/javascripts/refinery/admin.js
Expand Up @@ -1132,5 +1132,5 @@ parseURL = function(url)
}; };


iframed = function() { iframed = function() {
return (parent && parent.document.location.href != document.location.href && $.isFunction(parent.$)); return (parent && parent.document && parent.document.location.href != document.location.href && $.isFunction(parent.$));
}; };

0 comments on commit 5f76c00

Please sign in to comment.