mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
📝 Some @since annotations were missing complete version (ex 2.5 instead of 2.5.0)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* When clicking on a TagSet item in a list (BrowseBrick or ManageBrick), filters the list using the item label
|
||||
* @since 2.6 N°931 AttributeTagSet
|
||||
* @since 2.6.0 N°931 AttributeTagSet
|
||||
*/
|
||||
$("#main-content").on("click", ".table.dataTable .attribute.attribute-set.attribute-tag-set > .attribute-set-item", function () {
|
||||
var $this = $(this),
|
||||
|
||||
Reference in New Issue
Block a user