Fix indentation

This commit is contained in:
Łukasz Mierzwa
2017-06-12 16:57:24 -07:00
parent 4215a4b525
commit 0a2ba057c6
2 changed files with 8 additions and 8 deletions

View File

@@ -246,13 +246,13 @@ $(document).ready(function() {
}
// templates might not be loaded yet, make some html manually
$("#errors").html(
"<div class='jumbotron'>" +
"<h1 class='text-center'>" +
"Internal error <i class='fa fa-exclamation-circle text-danger'/>" +
"</h1>" +
"<div class='text-center'><p>" +
error.message +
"</p></div></div>"
"<div class='jumbotron'>" +
"<h1 class='text-center'>" +
"Internal error <i class='fa fa-exclamation-circle text-danger'/>" +
"</h1>" +
"<div class='text-center'><p>" +
error.message +
"</p></div></div>"
).show();
}

File diff suppressed because one or more lines are too long