Author: michkinn
Date: 2010-02-10 23:34:35 +0100 (Wed, 10 Feb 2010)
New Revision: 27864

Modified:
   
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/lib/helper/sfJqueryTreeDoctrineHelper.php
   plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/web/
Log:
Remove unused link to cookie.js
update SVN external

Modified: 
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/lib/helper/sfJqueryTreeDoctrineHelper.php
===================================================================
--- 
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/lib/helper/sfJqueryTreeDoctrineHelper.php
   2010-02-10 22:20:27 UTC (rev 27863)
+++ 
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/lib/helper/sfJqueryTreeDoctrineHelper.php
   2010-02-10 22:34:35 UTC (rev 27864)
@@ -4,7 +4,6 @@
         
sfContext::getInstance()->getResponse()->addStylesheet('/sfJqueryTreeDoctrineManagerPlugin/jsTree/themes/default/style.css');
         
sfContext::getInstance()->getResponse()->addStylesheet('/sfJqueryTreeDoctrineManagerPlugin/css/screen.css');
         
sfContext::getInstance()->getResponse()->addJavascript('/sfJqueryTreeDoctrineManagerPlugin/jsTree/lib/jquery.js');
-                               
sfContext::getInstance()->getResponse()->addJavascript('/sfJqueryTreeDoctrineManagerPlugin/jsTree/lib/jquery.cookie.js');
         
sfContext::getInstance()->getResponse()->addJavascript('/sfJqueryTreeDoctrineManagerPlugin/jsTree/jquery.tree.min.js');
                                
sfContext::getInstance()->getResponse()->addJavascript('/sfJqueryTreeDoctrineManagerPlugin/jsTree/plugins/jquery.tree.cookie.js');
         return get_component('sfJqueryTreeDoctrineManager', 'manager', 
array('model' => $model, 'field' => $field, 'root' => $root));


Property changes on: plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/web
___________________________________________________________________
Modified: svn:externals
   - jsTree http://jstree.googlecode.com/svn/trunk/

   + jsTree http://jstree.googlecode.com/svn/trunk/_stable


-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to