mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
fixed broken JS confirm
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user