mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Removed unused SecurityAdmin.Tree.js
This commit is contained in:
parent
4ddd69f85f
commit
38bc2a9d73
@ -1,12 +0,0 @@
|
|||||||
/**
|
|
||||||
* File: SecurityAdmin.Tree.js
|
|
||||||
*
|
|
||||||
* Configuration for the left hand tree
|
|
||||||
*/
|
|
||||||
if(typeof SiteTreeHandlers == 'undefined') SiteTreeHandlers = {};
|
|
||||||
SiteTreeHandlers.parentChanged_url = 'admin/security/ajaxupdateparent';
|
|
||||||
SiteTreeHandlers.orderChanged_url = 'admin/security/ajaxupdatesort';
|
|
||||||
SiteTreeHandlers.loadPage_url = 'admin/security/getitem';
|
|
||||||
SiteTreeHandlers.loadTree_url = 'admin/security/getsubtree';
|
|
||||||
SiteTreeHandlers.showRecord_url = 'admin/security/show/';
|
|
||||||
SiteTreeHandlers.controller_url = 'admin/security';
|
|
Loading…
Reference in New Issue
Block a user