diff --git a/aadi_budday/budday.html b/aadi_budday/budday.html
index 319a6ad..f0be733 100644
--- a/aadi_budday/budday.html
+++ b/aadi_budday/budday.html
@@ -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';
+ }
}