X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/616f252b4f00ddd0da4ed6bd130c21579f46a6f9..183cc705dd8ed132e35954bee33f522495090d91:/forum/skins/default/templates/node/award_points.html 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 }