Update budday.html

This commit is contained in:
SilicoFlare
2022-10-31 22:17:16 +05:30
committed by GitHub
parent 2d66fc461e
commit 105f82d430

View File

@@ -21,11 +21,16 @@
before12.style.display = 'block';
after12.style.display = 'none';
if(cloud_canAccess)
if(cloud_canAccess == true)
{
before12.style.display = 'none';
after12.style.display = 'block';
}
else
{
before12.style.display = 'block';
after12.style.display = 'none';
}
}
</script>
</head>