BUGFIX: add missing selectors and namespace qualifiers

This commit is contained in:
Mateusz Uzdowski 2012-05-22 11:28:27 +12:00
parent b13b5fefdb
commit b2468eb354

View File

@ -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) {