changed ejs indentation to 2 spaces instead of 4 (or mix)

This commit is contained in:
azivner
2018-11-06 15:53:23 +01:00
parent 69d2bd8b58
commit 6fb99ae89e
16 changed files with 537 additions and 502 deletions

View File

@@ -227,11 +227,7 @@ async function showDialog() {
await attributesModel.loadAttributes();
$dialog.dialog({
modal: true,
width: 950,
height: 700
});
$dialog.modal();
}
ko.applyBindings(attributesModel, $dialog[0]);