1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 09:14:58 +02:00
This commit is contained in:
Ryan Cramer
2019-12-27 13:39:31 -05:00
parent 4bcb824e9b
commit 12dbe3f250

View File

@@ -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