Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // registering the AssetBundle
  2. if( $this->settings->includeJS) {
  3. $this->view->registerAssetBundle(MyPluginAssets::class);
  4. }
  5.  
  6. // registering the AssetBundle
  7. if( $this->settings->includeJS && $this->request instanceof Craftwebrequest) {
  8. $this->view->registerAssetBundle(MyPluginAssets::class);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement