There was a problem with 'More Actions' buttons. User was unable to delete or move more selected tags, as more action buttons were not shown. Issue was with square brackets in a string used as jQuery selector that had to be escaped. Fixed it with putting 'name' attribute value in quotes.
There was a problem with 'More Actions' buttons. User was unable to delete or move more selected tags, as more action buttons were not shown. Issue was with square brackets in a string used as jQuery selector that had to be escaped. Fixed it with putting 'name' attribute value in quotes.