#4726 replace side menu h4 with h2 so assessibility validation passes the properly...
authorgreg gay <ggay@ocad.ca>
Tue, 2 Aug 2011 17:25:21 +0000 (17:25 -0000)
committergreg gay <ggay@ocad.ca>
Tue, 2 Aug 2011 17:25:21 +0000 (17:25 -0000)
docs/jscripts/ATutorCourse.js

index 917a56a..f2e355a 100644 (file)
@@ -49,7 +49,7 @@ ATutor.course = ATutor.course || {};
        
        //modifies the menu html to add title, expand/collapse image, alt text. 
        var printSubmenus = function () {
-               var sideMenuBoxHeadings = jQuery("h4.box");
+               var sideMenuBoxHeadings = jQuery("h2.box");
                for (var titleIndex = 0; titleIndex < sideMenuBoxHeadings.length; titleIndex++) {
                        var heading = jQuery(sideMenuBoxHeadings[titleIndex]);                          
                        var title = jQuery("span", heading).html();