mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Removed layout_helpers.js dependency
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92629 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
81fe7a2f10
commit
ba0e2ffb86
@ -114,7 +114,6 @@ JS
|
|||||||
Requirements::javascript(SAPPHIRE_DIR . "/thirdparty/prototype/prototype.js");
|
Requirements::javascript(SAPPHIRE_DIR . "/thirdparty/prototype/prototype.js");
|
||||||
Requirements::javascript(SAPPHIRE_DIR . "/thirdparty/behaviour/behaviour.js");
|
Requirements::javascript(SAPPHIRE_DIR . "/thirdparty/behaviour/behaviour.js");
|
||||||
Requirements::javascript(SAPPHIRE_DIR . "/javascript/prototype_improvements.js");
|
Requirements::javascript(SAPPHIRE_DIR . "/javascript/prototype_improvements.js");
|
||||||
Requirements::javascript(THIRDPARTY_DIR . "/layout_helpers.js");
|
|
||||||
Requirements::javascript(CMS_DIR . "/javascript/LeftAndMain.js");
|
Requirements::javascript(CMS_DIR . "/javascript/LeftAndMain.js");
|
||||||
Requirements::javascript(THIRDPARTY_DIR . "/multifile/multifile.js");
|
Requirements::javascript(THIRDPARTY_DIR . "/multifile/multifile.js");
|
||||||
Requirements::css(THIRDPARTY_DIR . "/multifile/multifile.css");
|
Requirements::css(THIRDPARTY_DIR . "/multifile/multifile.css");
|
||||||
|
@ -390,12 +390,3 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
})
|
})
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
||||||
/**
|
|
||||||
* @todo Terrible HACK, but thats the cms UI...
|
|
||||||
*/
|
|
||||||
function fixHeight_left() {
|
|
||||||
//fitToParent('LeftPane');
|
|
||||||
fitToParent('Search_holder',12);
|
|
||||||
fitToParent('ResultTable_holder',12);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user