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