From 6a2a143adc75640a515c7d999324b09c29054b1e Mon Sep 17 00:00:00 2001 From: julmis Date: Mon, 7 Jun 2004 11:12:34 +0000 Subject: [PATCH] Language bug fix [#1542] --- lib/editor/popups/fullscreen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor/popups/fullscreen.php b/lib/editor/popups/fullscreen.php index c4180ca4e7..97c2af591f 100644 --- a/lib/editor/popups/fullscreen.php +++ b/lib/editor/popups/fullscreen.php @@ -117,7 +117,7 @@ function init() { config.height = "auto"; // change maximize button to minimize button - config.btnList["popupeditor"] = [ '', 'wwwroot ?>/lib/editor/images/fullscreen_minimize.gif', true, + config.btnList["popupeditor"] = [ "", "wwwroot ?>/lib/editor/images/fullscreen_minimize.gif", true, function() { window.close(); } ]; // generate editor and resize it -- 2.39.5