Skip to content

Commit

Permalink
Quick Tags: Fix button disappearing when adding a bundle (#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored Sep 9, 2024
1 parent 090202d commit 452b166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Extensions/quick_tags.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//* TITLE Quick Tags **//
//* VERSION 0.6.10 **//
//* VERSION 0.6.11 **//
//* DESCRIPTION Quickly add tags to posts **//
//* DETAILS Allows you to create tag bundles and add tags to posts without leaving the dashboard. **//
//* DEVELOPER New-XKit **//
Expand Down Expand Up @@ -418,6 +418,7 @@ XKit.extensions.quick_tags = new Object({
$("#xkit-quick-tags-window").remove();
$(".xkit-quick-tags, .xkit-quick-tags-window").remove();

$(".xkit-quick-tags-done").removeClass("xkit-quick-tags-done");
},

create_div: function(obj, id, max) {
Expand Down

0 comments on commit 452b166

Please sign in to comment.