Author: michiel
Date: 2009-09-17 16:48:24 +0200 (Thu, 17 Sep 2009)
New Revision: 38673

Modified:
   didactor/trunk/components/core/src/main/webapp/core/js/Didactor.js
Log:


Modified: didactor/trunk/components/core/src/main/webapp/core/js/Didactor.js
===================================================================
--- didactor/trunk/components/core/src/main/webapp/core/js/Didactor.js  
2009-09-17 14:44:27 UTC (rev 38672)
+++ didactor/trunk/components/core/src/main/webapp/core/js/Didactor.js  
2009-09-17 14:48:24 UTC (rev 38673)
@@ -84,6 +84,9 @@
 
 
         $(document).bind("didactorContent", function(ev, data) {
+
+            $("ul.navigation li:last-child").addClass("last"); // There is a 
horrible browser which does not understand last-child itself
+
             // Arrange active class of sublearnblock divs.
             if (self.sublearnblock != null) {
                 $(self.sublearnblock).removeClass("active");

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to