ezsystems / eztags

GNU General Public License v2.0
40 stars 40 forks source link

jQuery selector bug fixed #96

Closed BornaP closed 9 years ago

BornaP commented 9 years ago

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.