auto-hide ok

This commit is contained in:
2ndacc
2020-02-21 23:16:31 +08:00
parent 1ee83f6752
commit 525d893e98
2 changed files with 40 additions and 38 deletions

View File

@@ -298,6 +298,7 @@
function ShowPage(id) {
$(".page").hide();
$(".page"+id).show();
$(".mdl-layout__obfuscator").click()
}
ShowPage(1);