From 806222b3195379c120cb0a81ffaf083a6819ad36 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 23 Jun 2020 21:17:20 +0530 Subject: [PATCH] 1.1.13 --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 11b8e7a..b8a679e 100644 --- a/index.html +++ b/index.html @@ -657,9 +657,11 @@ function showPage(page){ document.getElementById(page).classList.remove('hide') + document.getElementById('page_container').classList.add('hide-completely') } function hidePage(page){ document.getElementById(page).classList.add('hide') + document.getElementById('page_container').classList.remove('hide-completely') } window.onpopstate = (e) => {