From f085f8c1fc305fcd02dc0717686a4b72594b7edd Mon Sep 17 00:00:00 2001 From: Mohammad Younes Date: Tue, 7 Jan 2014 16:46:46 +0200 Subject: [PATCH] comma instead of "or" --- server/documents/modules/modal.html.eco | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/documents/modules/modal.html.eco b/server/documents/modules/modal.html.eco index ff15360c7..737d4bef5 100755 --- a/server/documents/modules/modal.html.eco +++ b/server/documents/modules/modal.html.eco @@ -168,7 +168,7 @@ type : 'UI Module'

Approve / Deny Callbacks

-

Modals will automatically tie approve deny callbacks to any positive/approve or negative/deny or ok/cancel buttons. If a callback returns false it will prevent the modal from closing

+

Modals will automatically tie approve deny callbacks to any positive/approve, negative/deny or ok/cancel buttons. If a callback returns false it will prevent the modal from closing

$('.basic.modal') .modal('setting', { @@ -450,12 +450,12 @@ type : 'UI Module' onApprove Modal - Is called after a positive or approve or ok button is pressed + Is called after a positive, approve or ok button is pressed onDeny Modal - Is called after a negative or deny or cancel button is pressed. + Is called after a negative, deny or cancel button is pressed.