Fix indentation

This commit is contained in:
Łukasz Mierzwa
2017-06-12 16:56:46 -07:00
parent d779448aa5
commit 5d19ada62b
2 changed files with 3 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ var Silence = (function() {
error: function(xhr, textStatus, errorThrown) {
var err = xhr.responseText || errorThrown || textStatus;
modal.find(".modal-body").html(
Templates.Render("silenceFormFatal", {error: err})
Templates.Render("silenceFormFatal", {error: err})
);
},
success: function(data) {
@@ -261,7 +261,7 @@ var Silence = (function() {
err = j.error;
}
} catch (error) {
// can't parse json, do nothing
// can't parse json, do nothing
}
}

File diff suppressed because one or more lines are too long