mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 09:14:58 +02:00
Fix issue processwire/processwire-issues#1056
This commit is contained in:
@@ -455,7 +455,7 @@ if(typeof ProcessWire != "undefined") {
|
||||
* Confirmation dialog
|
||||
*
|
||||
* ~~~~~
|
||||
* if(ProcessWire.confirm('Send this message now?', function() {
|
||||
* ProcessWire.confirm('Send this message now?', function() {
|
||||
* // user clicked Ok
|
||||
* }, function() {
|
||||
* // user clicked Cancel
|
||||
|
Reference in New Issue
Block a user