aboutsummaryrefslogtreecommitdiffstats
path: root/public/javascripts/general.js
diff options
context:
space:
mode:
authorNathan Jenkins <web@nathanjenkins.com.au>2013-01-23 10:59:26 +1100
committerNathan Jenkins <web@nathanjenkins.com.au>2013-01-23 10:59:26 +1100
commit2b6b09da174f8b579bade745b1bfb558633e6238 (patch)
treea59dfce0095f8e6d2586f11fb849adeb5344d6e2 /public/javascripts/general.js
parenta8f2ba358fe0084dc6d41e77bead867c403957e2 (diff)
WDTK-256- Link to this widget retain permalink focus
Diffstat (limited to 'public/javascripts/general.js')
-rw-r--r--public/javascripts/general.js3
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() {