mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX: Disable javascript not used right now because assets don't have batch actions. (Trac #7367)
This commit is contained in:
parent
792c9058fa
commit
bfe354de5e
@ -7,6 +7,7 @@
|
||||
/**
|
||||
* Delete selected folders through "batch actions" tab.
|
||||
*/
|
||||
/* assets don't currently have batch actions; disabling for now
|
||||
$(document).ready(function() {
|
||||
$('#Form_BatchActionsForm').entwine('.ss.tree').register(
|
||||
// TODO Hardcoding of base URL
|
||||
@ -22,6 +23,7 @@
|
||||
}
|
||||
);
|
||||
});
|
||||
*/
|
||||
|
||||
/**
|
||||
* Load folder detail view via controller methods
|
||||
|
Loading…
Reference in New Issue
Block a user