#1875: Fix link highlighting
This commit is contained in:
@@ -21,7 +21,10 @@
|
|||||||
$("#edit").show();
|
$("#edit").show();
|
||||||
$("#comments").hide();
|
$("#comments").hide();
|
||||||
$("#share").hide();
|
$("#share").hide();
|
||||||
|
$("#post-sections li").removeClass("active");
|
||||||
|
$("#post-edit-link").parent("li").addClass("active");
|
||||||
$("#related-tags-container").show();
|
$("#related-tags-container").show();
|
||||||
|
|
||||||
Danbooru.Post.open_edit_dialog();
|
Danbooru.Post.open_edit_dialog();
|
||||||
}
|
}
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user