We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3449dcc + e4c1c36 commit 8ac7bb2Copy full SHA for 8ac7bb2
src/widgets/FileManagerInputWidget.php
@@ -188,7 +188,7 @@ protected function registerClientScript()
188
});
189
JS;
190
191
- $this->view->registerJs($initJs, View::POS_HEAD);
+ $this->view->registerJs($initJs, View::POS_READY);
192
193
// format result markup and register addon button scripts and events
194
// we need a separate searchData func for EVERY instance to be able to inject search params
0 commit comments