mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR removed reference to non existent js
cms/javascript/SitetreeAccess.js is no longer with us :)
This commit is contained in:
parent
65fe8e5ae3
commit
59719a46cc
@ -44,7 +44,6 @@ class SiteConfig extends DataObject implements PermissionProvider {
|
||||
* @return FieldList
|
||||
*/
|
||||
public function getCMSFields() {
|
||||
Requirements::javascript(CMS_DIR . "/javascript/SitetreeAccess.js");
|
||||
|
||||
$groupsMap = Group::get()->map('ID', 'Breadcrumbs')->toArray();
|
||||
asort($groupsMap);
|
||||
|
Loading…
Reference in New Issue
Block a user