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