reverted "comment-out-bugfix" from r41968

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41967 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 21:59:34 +00:00
parent 670c9ca573
commit b7be0c523a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ CMSForm.prototype = {
if(allIframes) for(i=0;i<allIframes.length;i++) {
try {
allIframes[i].contentWindow.location.href = allIframes[i].src;
} catch(er) { /*alert('Error in LeftAndMain_right.js CMSForm.loadNewPage(): ' + er.message); */}
} catch(er) { alert('Error in LeftAndMain_right.js CMSForm.loadNewPage: ' + er.message); }
}
_TAB_DIVS_ON_PAGE = [];