summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-04-15 19:14:31 +0200
committerJakob Borg <jakob@nym.se>2014-04-15 19:14:46 +0200
commit1bf128612d1d4bb23a92f94bb6f437900da888c0 (patch)
tree414fb9473d09cf53510e71c483bdf9fe27cb4fa3 /gui
parent935a8eb9a770b9b2379a594fa384eecf3f0c89f7 (diff)
Prevent GUI from rendering before it's ready (fixes #127)
Diffstat (limited to 'gui')
-rw-r--r--gui/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/index.html b/gui/index.html
index 97c4551a00..3c35d280cc 100644
--- a/gui/index.html
+++ b/gui/index.html
@@ -84,10 +84,14 @@
text-align: right;
display: inline-block;
}
+
+ .ng-cloak {
+ display: none !important;
+ }
</style>
</head>
-<body ng-controller="SyncthingCtrl">
+<body ng-controller="SyncthingCtrl" class="ng-cloak">
<!-- Top bar -->