core MDL-19799 Added set_url calls and replaced deprecated functions

This commit is contained in:
samhemelryk
2009-10-15 03:43:28 +00:00
parent ea6c02fe42
commit 474f6bfed9
7 changed files with 36 additions and 10 deletions
+1 -1
View File
@@ -830,7 +830,7 @@ function openpopup(event, args) {
if (!windowobj) {
return true;
}
if (fullscreen) {
if (args.fullscreen) {
windowobj.moveTo(0,0);
windowobj.resizeTo(screen.availWidth,screen.availHeight);
}