diff --git a/module/productplan/js/view.ui.js b/module/productplan/js/view.ui.js index f6e8053b53..edc5b9ea5a 100644 --- a/module/productplan/js/view.ui.js +++ b/module/productplan/js/view.ui.js @@ -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');