Translation update (#280)

* update translation

* add css
This commit is contained in:
brindosch
2016-10-27 23:42:24 +02:00
committed by redPanther
parent fab0c208fe
commit 33c91f73e3
16 changed files with 177 additions and 98 deletions

View File

@@ -113,9 +113,9 @@ $(document).ready(function() {
e = isJsonString($("#ledconfig").val());
if (e.length == 0)
showErrorDialog("Validation success", "Your config is valid!");
showInfoDialog("success", "Validation success", "Your config is valid!");
else
showErrorDialog("Validation failed!", e);
showInfoDialog("error", "Validation failed!", e);
});
// ------------------------------------------------------------------