Author: sevein
Date: Tue Sep 29 12:17:00 2009
New Revision: 3590
Log:
Opps, I shouldn't have commited this, ;-).
Modified:
trunk/apps/qubit/modules/term/templates/_treeView.php
Modified: trunk/apps/qubit/modules/term/templates/_treeView.php
==============================================================================
--- trunk/apps/qubit/modules/term/templates/_treeView.php Tue Sep 29
12:15:29 2009 (r3589)
+++ trunk/apps/qubit/modules/term/templates/_treeView.php Tue Sep 29
12:17:00 2009 (r3590)
@@ -4,8 +4,7 @@
</div>
<?php $treeViewObjects = json_encode($sf_data->getRaw('treeViewObjects')) ?>
<?php $treeViewExpands = json_encode($sf_data->getRaw('treeViewExpands')) ?>
-<?php $treeViewUrl = url_for(array('module' => 'term', 'action' =>
'treeView'), true);
-$treeViewUrl = "/~jesus/qubit/web/qubit_dev.php/term/treeView"; ?>
+<?php $treeViewUrl = url_for(array('module' => 'term', 'action' =>
'treeView'), true); ?>
<?php echo javascript_tag(<<<EOF
Qubit.treeView.objects = $treeViewObjects;
Qubit.treeView.expands = $treeViewExpands;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" 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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---