From 4d4f2ce0a440fac23493ed3f41240c9df8012e98 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 03:18:02 +0000 Subject: [PATCH] MINOR Added jquery-live-extensions plugin to support 'change' events in concrete git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92779 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 96b45c7c..8f908670 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -204,6 +204,7 @@ class LeftAndMain extends Controller { Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery-selector/src/jquery.selector.matches.js'); Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery-concrete/src/jquery.dat.js'); Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery-concrete/src/jquery.concrete.js'); + Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery-live-extension/live-extension.js'); // Required for TreeTools panel above tree Requirements::javascript(SAPPHIRE_DIR . '/javascript/TabSet.js');