From f77e2fd55a0761162eaf7b023ec5e35b14a74892 Mon Sep 17 00:00:00 2001 From: secretr Date: Sun, 23 Nov 2008 12:17:07 +0000 Subject: [PATCH] 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 c29708c28..bf4d3be3c 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.7 $ - * $Date: 2008-11-21 16:24:49 $ + * $Revision: 1.8 $ + * $Date: 2008-11-23 12:17:07 $ * $Author: secretr $ * */ @@ -911,7 +911,7 @@ Object.extend(e107Helper, { }, //TODO Widget - e107Window#confirm; - confirm: function() { + confirm: function(thetext) { confirm(thetext); },