1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 15:46:44 +02:00

really fixed broken JS confirm

This commit is contained in:
secretr
2008-11-23 12:21:49 +00:00
parent f77e2fd55a
commit 6553652629

View File

@@ -8,8 +8,8 @@
* e107 Javascript API * e107 Javascript API
* *
* $Source: /cvs_backup/e107_0.8/e107_files/jslib/e107.js.php,v $ * $Source: /cvs_backup/e107_0.8/e107_files/jslib/e107.js.php,v $
* $Revision: 1.8 $ * $Revision: 1.9 $
* $Date: 2008-11-23 12:17:07 $ * $Date: 2008-11-23 12:21:49 $
* $Author: secretr $ * $Author: secretr $
* *
*/ */
@@ -912,7 +912,7 @@ Object.extend(e107Helper, {
//TODO Widget - e107Window#confirm; //TODO Widget - e107Window#confirm;
confirm: function(thetext) { confirm: function(thetext) {
confirm(thetext); return confirm(thetext);
}, },
autoConfirm: function(event) { autoConfirm: function(event) {