gui: Show Javascript error indicator on dev builds, remove logging of missing translations

This commit is contained in:
Lars K.W. Gohlke
2016-04-05 06:36:53 +00:00
committed by Jakob Borg
parent 181939c841
commit 492e92d65d
8 changed files with 68 additions and 54 deletions

View File

@@ -0,0 +1,12 @@
.dev-top-bar{
display: none;
background-color: yellow;
}
.dev-error .hasCount{
background-color: red;
}
.dev-warn .hasCount{
background-color: yellow;
}