mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch '1827-Graficas_TIP_eje_x_no_mantiene_ratio' into 'develop'
fixed minor errors size stat-win See merge request artica/pandorafms!1532
This commit is contained in:
commit
d761a8895b
@ -11,7 +11,7 @@ function toggleDiv (divid){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function winopeng (url, wid) {
|
function winopeng (url, wid) {
|
||||||
open (url, wid,"width=700,height=460,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
|
open (url, wid,"width=1000,height=550,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
|
||||||
// WARNING !! Internet Explorer DOESNT SUPPORT "-" CARACTERS IN WINDOW HANDLE VARIABLE
|
// WARNING !! Internet Explorer DOESNT SUPPORT "-" CARACTERS IN WINDOW HANDLE VARIABLE
|
||||||
status = wid;
|
status = wid;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user