Update budday.html

This commit is contained in:
SilicoFlare
2022-10-31 22:32:51 +05:30
committed by GitHub
parent 804aee9429
commit c6c3d74da4

View File

@@ -19,9 +19,6 @@
function hideAndShow() { function hideAndShow() {
before_12 = document.querySelector(".before12"); before_12 = document.querySelector(".before12");
after_12 = document.querySelector(".after12"); after_12 = document.querySelector(".after12");
before_12.style.display = 'block';
after_12.style.display = 'none';
if(cloud_canAccess === 'yes') if(cloud_canAccess === 'yes')
{ {