Commit e62cd60d by doszhang

dos

parent 07859379
...@@ -64,11 +64,11 @@ $(document).ready(function () { ...@@ -64,11 +64,11 @@ $(document).ready(function () {
}); });
function hideRule () { function hideRule () {
$('.dialog-rule').fadeIn(300); $('.dialog-rule').fadeOut(300);
} }
function showRule () { function showRule () {
$('.dialog-rule').fadeOut(300); $('.dialog-rule').fadeIn(300);
} }
function getTranslateDistance(cardinal = 0) { function getTranslateDistance(cardinal = 0) {
......
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 sign in to comment