Remove async for JS scripts
This commit is contained in:
parent
1a37d8c11b
commit
beead2d642
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ class QuickCollapseExtension extends Minz_Extension {
|
||||||
$this->registerController('quickCollapse');
|
$this->registerController('quickCollapse');
|
||||||
|
|
||||||
Minz_View::appendStyle($this->getFileUrl('style.css', 'css'));
|
Minz_View::appendStyle($this->getFileUrl('style.css', 'css'));
|
||||||
Minz_View::appendScript(_url('quickCollapse', 'jsVars'));
|
Minz_View::appendScript(_url('quickCollapse', 'jsVars'), false, true, false);
|
||||||
Minz_View::appendScript($this->getFileUrl('script.js', 'js'));
|
Minz_View::appendScript($this->getFileUrl('script.js', 'js'), false, true, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue