From 183cc705dd8ed132e35954bee33f522495090d91 Mon Sep 17 00:00:00 2001 From: jordan Date: Thu, 26 Apr 2012 14:17:05 +0000 Subject: [PATCH] we need to close both dialogs if users selects No on award points confirmation git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1257 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/skins/default/templates/node/award_points.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/forum/skins/default/templates/node/award_points.html b/forum/skins/default/templates/node/award_points.html index a23ac54..ccf1028 100644 --- a/forum/skins/default/templates/node/award_points.html +++ b/forum/skins/default/templates/node/award_points.html @@ -39,6 +39,12 @@ extra_class: 'confirm', yes_text: messages.yes, show_no: true, + no_callback: function() { + $(".dialog").fadeOut("fast", function() { + $('.dialog').remove(); + }) + }, + no_text: messages.no } -- 2.45.1