Author: michkinn
Date: 2010-02-10 23:45:18 +0100 (Wed, 10 Feb 2010)
New Revision: 27866
Modified:
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/lib/helper/sfJqueryTreeDoctrineHelper.php
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/web/
Log:
Remove unused link to cookie.js
remove SVN external
Modified:
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/lib/helper/sfJqueryTreeDoctrineHelper.php
===================================================================
---
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/lib/helper/sfJqueryTreeDoctrineHelper.php
2010-02-10 22:42:33 UTC (rev 27865)
+++
plugins/sfJqueryTreeDoctrineManagerPlugin/trunk/lib/helper/sfJqueryTreeDoctrineHelper.php
2010-02-10 22:45:18 UTC (rev 27866)
@@ -3,7 +3,8 @@
function get_nested_set_manager($model, $field, $root = 0){
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/jquery.js');
+
sfContext::getInstance()->getResponse()->addJavascript('/sfJqueryTreeDoctrineManagerPlugin/jsTree/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/_stable
+ jsTree http://jstree.googlecode.com/svn/trunk/
--
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.