Commit 9b2245ab by doszhang

dos

parent a9266481
...@@ -144,6 +144,7 @@ $(document).ready(function () { ...@@ -144,6 +144,7 @@ $(document).ready(function () {
function hideIntro() { function hideIntro() {
$('.intro-page').hide(); $('.intro-page').hide();
$('.page1').show()
} }
function hideRule() { function hideRule() {
...@@ -155,6 +156,7 @@ function showRule() { ...@@ -155,6 +156,7 @@ function showRule() {
} }
function showIntro() { function showIntro() {
$('.page1').hide()
$('.intro-page').show(); $('.intro-page').show();
} }
......
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