fix frontend tests

This commit is contained in:
John McLear 2014-11-27 16:58:04 +00:00
parent 3ca48ed975
commit ff58897679
3 changed files with 6 additions and 5 deletions

View file

@ -162,7 +162,8 @@ $(function(){
}
//allow cross iframe access
if ((!$.browser.msie) && (!($.browser.mozilla && $.browser.version.indexOf("1.8.") == 0))) {
var browser = bowser;
if ((!browser.msie) && (!(browser.mozilla && browser.version.indexOf("1.8.") == 0))) {
document.domain = document.domain; // for comet
}