Skip to content
Snippets Groups Projects
Commit 04a027b0 authored by ale's avatar ale
Browse files

remove extra loading() call

parent 9f264c09
Branches
No related tags found
No related merge requests found
...@@ -53,7 +53,6 @@ djr.Backend.prototype.search = function(query, callback, ctx) { ...@@ -53,7 +53,6 @@ djr.Backend.prototype.search = function(query, callback, ctx) {
context: ctx || this, context: ctx || this,
success: function(data, status, jqxhr) { success: function(data, status, jqxhr) {
callback(data.results); callback(data.results);
djr.loading(false);
} }
}); });
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment