removed ajax throbber

This commit is contained in:
albert
2012-01-15 13:38:09 -05:00
parent bb31555035
commit 69f76a1a41
3 changed files with 0 additions and 20 deletions

View File

@@ -10,14 +10,6 @@
Danbooru.error = function(msg) {
$('#notice').html(msg).removeClass("ui-state-highlight").addClass("ui-state-error").fadeIn("fast");
}
Danbooru.ajax_start = function(target) {
$(target).after('<img src="/images/wait.gif" width="15" height="5" class="wait">');
}
Danbooru.ajax_stop = function(target) {
$(target).next("img.wait").remove();
}
Danbooru.is_subset = function(array, subarray) {
var all = true;