style fixes

This commit is contained in:
albert
2011-10-05 19:36:09 -04:00
parent 5456b7ec5f
commit d73e51917a
5 changed files with 23 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
Danbooru.RelatedTag.initialize_all = function() {
this.initialize_buttons();
$("#related-tags").hide();
$("#related-tags-container").hide();
}
Danbooru.RelatedTag.initialize_buttons = function() {
@@ -47,6 +47,7 @@
}
Danbooru.RelatedTag.process_response = function(data) {
$("#related-tags-container").show();
Danbooru.RelatedTag.recent_search = data;
Danbooru.RelatedTag.build_all();
}
@@ -129,6 +130,7 @@
}
Danbooru.RelatedTag.process_artist = function(data) {
$("#related-tags-container").show();
var $dest = $("#related-tags");
$dest.empty();