Author: sevein
Date: Thu Feb 23 16:14:35 2012
New Revision: 10964

Log:
Add assets in last position

Modified:
   trunk/lib/QubitDescription.class.php

Modified: trunk/lib/QubitDescription.class.php
==============================================================================
--- trunk/lib/QubitDescription.class.php        Thu Feb 23 15:41:47 2012        
(r10963)
+++ trunk/lib/QubitDescription.class.php        Thu Feb 23 16:14:35 2012        
(r10964)
@@ -23,11 +23,11 @@
   {
     if (sfConfig::get('app_show_tooltips'))
     {
-      $response->addJavaScript('description');
+      $response->addJavaScript('description', 'last');
     }
     else
     {
-      $response->addStylesheet('hide_tooltips');
+      $response->addStylesheet('hide_tooltips', 'last');
     }
   }
 }

-- 
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.com/group/qubit-commits?hl=en.

Reply via email to