diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-23 09:42:18 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-23 09:42:18 +0000 |
commit | 13d0538797b70c7894b4c7a606565481c03307fb (patch) | |
tree | a59dfce0095f8e6d2586f11fb849adeb5344d6e2 /public/javascripts/general.js | |
parent | a8f2ba358fe0084dc6d41e77bead867c403957e2 (diff) | |
parent | 2b6b09da174f8b579bade745b1bfb558633e6238 (diff) |
Merge remote-tracking branch 'njenkins_github/permalink_focus' into develop
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() { |