posts: show ratings in tag edit dialog box.
* Show the rating buttons in the tag edit dialog box. * Fix the tag counter not showing up in the tag edit dialog box on the uploads page.
This commit is contained in:
@@ -104,7 +104,6 @@ Post.open_edit_dialog = function() {
|
||||
$("#post-edit-link").parent("li").addClass("active");
|
||||
|
||||
var $tag_string = $("#post_tag_string,#upload_tag_string");
|
||||
$("div.input").has($tag_string).prevAll().hide();
|
||||
$("#open-edit-dialog").hide();
|
||||
|
||||
var dialog = $("<div/>").attr("id", "edit-dialog");
|
||||
|
||||
Reference in New Issue
Block a user