From 6553652629846c3ab05dfc3b39b7476a73fe55af Mon Sep 17 00:00:00 2001 From: secretr Date: Sun, 23 Nov 2008 12:21:49 +0000 Subject: [PATCH] really fixed broken JS confirm --- e107_files/jslib/e107.js.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_files/jslib/e107.js.php b/e107_files/jslib/e107.js.php index bf4d3be3c..1102df962 100644 --- a/e107_files/jslib/e107.js.php +++ b/e107_files/jslib/e107.js.php @@ -8,8 +8,8 @@ * e107 Javascript API * * $Source: /cvs_backup/e107_0.8/e107_files/jslib/e107.js.php,v $ - * $Revision: 1.8 $ - * $Date: 2008-11-23 12:17:07 $ + * $Revision: 1.9 $ + * $Date: 2008-11-23 12:21:49 $ * $Author: secretr $ * */ @@ -912,7 +912,7 @@ Object.extend(e107Helper, { //TODO Widget - e107Window#confirm; confirm: function(thetext) { - confirm(thetext); + return confirm(thetext); }, autoConfirm: function(event) {