X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1cff92e76d1e90245594af7353c7f322bea17db1..1003e4c1d2842b351ea3e168d8ac6c20d83ba442:/forum/skins/default/templates/node/permanent_link.html diff --git a/forum/skins/default/templates/node/permanent_link.html b/forum/skins/default/templates/node/permanent_link.html index 579a35c..194f411 100644 --- a/forum/skins/default/templates/node/permanent_link.html +++ b/forum/skins/default/templates/node/permanent_link.html @@ -44,5 +44,10 @@ $(document).ready(function() { }); }); + // Hide the clip if someone clicks on the cancel button + $('.dialog-no').live('click', function() { + clip.hide(); + }); + });