fixes position of 'No Results Found' text
This commit is contained in:
@ -53,7 +53,7 @@ script.
|
|||||||
.fail(function (xhr, textStatus, errorThrown) {
|
.fail(function (xhr, textStatus, errorThrown) {
|
||||||
$('#search-results').empty();
|
$('#search-results').empty();
|
||||||
var div = document.createElement("div");
|
var div = document.createElement("div");
|
||||||
$(div).html("<h3 class='negative-35 text-center text-warning dotted-underline'><em>No Results Found</em></h3>");
|
$(div).html("<h3 class='text-center text-warning dotted-underline'><em>No Results Found</em></h3>");
|
||||||
$(div).appendTo($('#search-results'));
|
$(div).appendTo($('#search-results'));
|
||||||
})
|
})
|
||||||
.done(function (data, textStatus, xhr) {
|
.done(function (data, textStatus, xhr) {
|
||||||
|
Reference in New Issue
Block a user