mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Added jquery.metadata requirement to LeftAndMain::init()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@105522 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
84d703261f
commit
5577dab2c5
@ -219,6 +219,7 @@ class LeftAndMain extends Controller {
|
||||
Requirements::javascript(CMS_DIR . '/thirdparty/jquery-layout/jquery.layout.js');
|
||||
Requirements::javascript(CMS_DIR . '/thirdparty/jquery-layout/jquery.layout.state.js');
|
||||
Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/json-js/json2.js');
|
||||
Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery-metadata/jquery.metadata.js');
|
||||
Requirements::javascript(CMS_DIR . '/javascript/jquery-fitheighttoparent/jquery.fitheighttoparent.js');
|
||||
|
||||
Requirements::javascript(CMS_DIR . '/javascript/ssui.core.js');
|
||||
|
Loading…
Reference in New Issue
Block a user