@@ -160,9 +160,4 @@ |
||
| 160 | 160 | if ($this->enableListChecker) { |
| 161 | 161 | ThreadListCheckerAsset::register($this->view); |
| 162 | 162 | $options = Json::encode(['pjaxSelector' => '#ticket-grid-pjax']); |
| 163 | - $this->view->registerJs("$('#ticket-grid-pjax').closest('form').parent().threadListChecker($options);"); |
|
| 164 | - } |
|
| 165 | - |
|
| 166 | - parent::run(); |
|
| 167 | - } |
|
| 168 | -} |
|
| 163 | + $this->view->registerJs("$('#ticket-grid-pjax').closest('form').parent().threadListChecker($options |
|
| 169 | 164 | \ No newline at end of file |
@@ -160,9 +160,4 @@ |
||
| 160 | 160 | if ($this->enableListChecker) { |
| 161 | 161 | ThreadListCheckerAsset::register($this->view); |
| 162 | 162 | $options = Json::encode(['pjaxSelector' => '#ticket-grid-pjax']); |
| 163 | - $this->view->registerJs("$('#ticket-grid-pjax').closest('form').parent().threadListChecker($options);"); |
|
| 164 | - } |
|
| 165 | - |
|
| 166 | - parent::run(); |
|
| 167 | - } |
|
| 168 | -} |
|
| 163 | + $this->view->registerJs("$('#ticket-grid-pjax').closest('form').parent().threadListChecker($options |
|
| 169 | 164 | \ No newline at end of file |