X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1cff92e76d1e90245594af7353c7f322bea17db1..68b08ed5442bf968f91fed8c3339adcd324c4864:/forum/skins/default/templates/node/permanent_link.html?ds=sidebyside 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(); + }); + });