No legend

This commit is contained in:
Marcin Łojewski
2018-12-24 21:43:55 +01:00
parent ac3e386915
commit 04e06bf3b5
3 changed files with 8 additions and 18 deletions

View File

@@ -72,9 +72,6 @@ user_sql.adminSettingsUI = function () {
loading.hide();
if (data.status === "success") {
if (data.data.length > 0) {
content.append("<legend>" + $("#opt-crypto_class option:selected").text() + "</legend>")
}
for (var index = 0, length = data.data.length; index < length; ++index) {
content.append("<div><label for=\"opt-crypto_param_" + index
+ "\"><span>" + data.data[index]["name"]