* Fix bug #47192.
This commit is contained in:
@@ -68,7 +68,7 @@ $(document).off('click', '.batch-btn > a, .batch-btn').on('click', '.batch-btn >
|
||||
}
|
||||
});
|
||||
|
||||
$(document).off('click', 'linkObjectBtn').on('click', '.linkObjectBtn', function()
|
||||
$(document).off('click', '.linkObjectBtn').on('click', '.linkObjectBtn', function()
|
||||
{
|
||||
const $this = $(this);
|
||||
const type = $this.data('type');
|
||||
|
||||
Reference in New Issue
Block a user