aboutsummaryrefslogtreecommitdiffstats
path: root/demos/hide/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/hide/default.html')
-rw-r--r--demos/hide/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/hide/default.html b/demos/hide/default.html
index 2371196dc..a4a5ff285 100644
--- a/demos/hide/default.html
+++ b/demos/hide/default.html
@@ -54,6 +54,7 @@
//set effect from select menu value
$("#button").click(function() {
runEffect();
+ return false;
});
});