Update of
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/select
In directory
james.mmbase.org:/tmp/cvs-serv27811/cmsc/contentrepository/src/webapp/editors/repository/select
Modified Files:
index.jsp
Log Message:
document.frames is IE specific window.frames not
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/select
Index: index.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/repository/select/index.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- index.jsp 12 Dec 2006 09:38:20 -0000 1.4
+++ index.jsp 4 Jan 2009 17:32:32 -0000 1.5
@@ -57,8 +57,8 @@
window.onresize= resizeTree;
function resizeTree() {
- if(document.frames["selectchannels"].resizeTreeDiv) {
-
document.frames["selectchannels"].resizeTreeDiv();
+ if(window.frames["selectchannels"].resizeTreeDiv) {
+ window.frames["selectchannels"].resizeTreeDiv();
}
}
</script>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs