Browse Source

night time just after 18 PM

Maxim Sokhatsky 11 years ago
parent
commit
98a8cd8cdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/web/priv/static/app/js/bootloader.js

+ 1 - 1
apps/web/priv/static/app/js/bootloader.js

@@ -88,7 +88,7 @@ function PatchSVG()
     initChatSample();
     initEditorsSafari()
 
-    if ((hours() < 6 || hours() > 18)) {
+    if ((hours() < 6 || hours() >= 18)) {
         $("#Sky").attr({fill:"#0E4B69"});
         $("#City").attr({fill:"#3B5998"});
     } else