aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/show/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/show/default.html b/demos/show/default.html
index f2461a7d7..7c70526ab 100644
--- a/demos/show/default.html
+++ b/demos/show/default.html
@@ -57,7 +57,7 @@
return false;
});
- $("#effect").fadeOut();
+ $("#effect").hide();
});
</script>
</head>