From bfe354de5e5e13b1345673aa44bdd3eb40396275 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Fri, 15 Jun 2012 15:50:11 +1200 Subject: [PATCH] BUGFIX: Disable javascript not used right now because assets don't have batch actions. (Trac #7367) --- javascript/AssetAdmin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/javascript/AssetAdmin.js b/javascript/AssetAdmin.js index a4c2374a..eba88eaa 100644 --- a/javascript/AssetAdmin.js +++ b/javascript/AssetAdmin.js @@ -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