Commit 509362f7 authored by Vanessa's avatar Vanessa

添加了个分号,仅此而已

parent 017d77e3
...@@ -115,7 +115,7 @@ var Util = { ...@@ -115,7 +115,7 @@ var Util = {
$showTop.click(function () { $showTop.click(function () {
$top.slideDown(); $top.slideDown();
$showTop.hide(); $showTop.hide();
}) });
$("#hideTop").click(function () { $("#hideTop").click(function () {
$top.slideUp(); $top.slideUp();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment