BUGFIX: Disable javascript not used right now because assets don't have batch actions. (Trac #7367)

This commit is contained in:
Sam Minnee 2012-06-15 15:50:11 +12:00
parent 792c9058fa
commit bfe354de5e

View File

@ -7,6 +7,7 @@
/** /**
* Delete selected folders through "batch actions" tab. * Delete selected folders through "batch actions" tab.
*/ */
/* assets don't currently have batch actions; disabling for now
$(document).ready(function() { $(document).ready(function() {
$('#Form_BatchActionsForm').entwine('.ss.tree').register( $('#Form_BatchActionsForm').entwine('.ss.tree').register(
// TODO Hardcoding of base URL // TODO Hardcoding of base URL
@ -22,6 +23,7 @@
} }
); );
}); });
*/
/** /**
* Load folder detail view via controller methods * Load folder detail view via controller methods