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

@@ -35,7 +35,6 @@
Danbooru.Upload.initialize_info = function() {
$("#source-info ul").hide();
$("#fetch-data").click(function(e) {
Danbooru.ajax_start(e.target);
$.get(e.target.href).success(function(data) {
var tag_html = "";
$.each(data.tags, function(i, v) {
@@ -55,8 +54,6 @@
$("#source-info p").hide();
$("#source-info ul").show();
}).complete(function(data) {
Danbooru.ajax_stop(e.target);
});
e.preventDefault();
});