Completed
Pull Request — master (#42)
by
unknown
12:46
created
src/grid/TicketGridView.php 2 patches
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -160,9 +160,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -160,9 +160,4 @@
 block discarded – undo
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
Please login to merge, or discard this patch.