diff options
author | Nathan Jenkins <web@nathanjenkins.com.au> | 2013-01-23 10:59:26 +1100 |
---|---|---|
committer | Nathan Jenkins <web@nathanjenkins.com.au> | 2013-01-23 10:59:26 +1100 |
commit | 2b6b09da174f8b579bade745b1bfb558633e6238 (patch) | |
tree | a59dfce0095f8e6d2586f11fb849adeb5344d6e2 /public/javascripts/general.js | |
parent | a8f2ba358fe0084dc6d41e77bead867c403957e2 (diff) |
WDTK-256- Link to this widget retain permalink focus
Diffstat (limited to 'public/javascripts/general.js')
-rw-r--r-- | public/javascripts/general.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/javascripts/general.js b/public/javascripts/general.js index 9ae10593c..b52131b83 100644 --- a/public/javascripts/general.js +++ b/public/javascripts/general.js @@ -33,8 +33,9 @@ $(document).ready(function() { at: "left bottom", of: this, collision: "fit" }); - + return false; }); + $('.close-button').click(function() { $(this).parent().hide() }); $('div#variety-filter a').each(function() { $(this).click(function() { |