mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
BUGFIX: add missing selectors and namespace qualifiers
This commit is contained in:
parent
b13b5fefdb
commit
b2468eb354
@ -8,7 +8,7 @@
|
|||||||
* Delete selected folders through "batch actions" tab.
|
* Delete selected folders through "batch actions" tab.
|
||||||
*/
|
*/
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#Form_BatchActionsForm').register(
|
$('#Form_BatchActionsForm').entwine('.ss.tree').register(
|
||||||
// TODO Hardcoding of base URL
|
// TODO Hardcoding of base URL
|
||||||
'admin/assets/batchactions/delete',
|
'admin/assets/batchactions/delete',
|
||||||
function(ids) {
|
function(ids) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user