Commit 9b2245ab by doszhang

dos

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