]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/award_points.html
we need to close both dialogs if users selects No on award points confirmation
[osqa.git] / forum / skins / default / templates / node / award_points.html
index d3e49363101c2fbcfba95c40e288335b8f07d288..ccf1028177c5817700bee1cee8047a5b127e75ef 100644 (file)
                 html: message,
                 extra_class: 'confirm',
                 yes_text: messages.yes,
+                show_no: true,
                 no_callback: function() {
                     $(".dialog").fadeOut("fast", function() {
-                        $('.dialog').remove();
+                    $('.dialog').remove();
                     })
                 },
-                show_no: true,
+
                 no_text: messages.no
             }