xlawrence 2005/12/19 10:24:22 CET
Modified files:
core/src/webapp/jsp/jahia/javascript jahia.js
Log:
adjust parameters for IE
Revision Changes Path
1.10 +3 -3 jahia/core/src/webapp/jsp/jahia/javascript/jahia.js
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/javascript/jahia.js.diff?r1=1.9&r2=1.10&f=h
Index: jahia.js
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/javascript/jahia.js,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jahia.js 16 Dec 2005 16:14:38 -0000 1.9
+++ jahia.js 19 Dec 2005 09:24:22 -0000 1.10
@@ -10,7 +10,7 @@
// Whitout that, more than one
engine can be left open and this means -> possible engine session conflict !!!!
// MC 30.08.2005 Removed matrix param
//
-// $Id: jahia.js,v 1.9 2005/12/16 16:14:38 dpillot Exp $
+// $Id: jahia.js,v 1.10 2005/12/19 09:24:22 xlawrence Exp $
// global popup
@@ -21,7 +21,7 @@
{
var params;
// check for veryvery small screens
- if (screen.availHeight <= 712 || screen.availWidth <= 940) {
+ if (screen.availHeight <= 720 || screen.availWidth <= 950) {
width=screen.availWidth;
height=screen.availHeight;
params = "width=" + width + ",height=" + height +
",resizable=yes,scrollbars=yes,status=no";
@@ -55,7 +55,7 @@
{
// check for veryvery small screens
- if (screen.availHeight <= 712 || screen.availWidth <= 940) {
+ if (screen.availHeight <= 720 || screen.availWidth <= 950) {
width=screen.availWidth;
height=screen.availHeight;
}