]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/permanent_link.html
Merge pull request #42 from aniketschneider/validation-email-template
[osqa.git] / forum / skins / default / templates / node / permanent_link.html
index 579a35cd9d45ef3063fbdf5520ff4fac69fe32c9..194f4116728f01242fe09cc393a61a35b1ec2fc2 100644 (file)
@@ -44,5 +44,10 @@ $(document).ready(function() {
         });
     });
 
+    // Hide the clip if someone clicks on the cancel button
+    $('.dialog-no').live('click', function() {
+        clip.hide();
+    });
+
 });
 </script>