File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = University of Cambridge
22description = The University of Cambridge's house style.
33core = 7.x
44engine = phptemplate
5- version = 1.6-dev
5+ version = 1.7
66
77stylesheets[all][] = "css/full-stylesheet.css"
88stylesheets[all][] = "css/drupal.css"
Original file line number Diff line number Diff line change @@ -647,9 +647,9 @@ projectlight.localNav=(function(){
647647 }
648648 }
649649 }
650- //controls mulitple levels of dropdown navigation depending on hover and clicked classes being set
651- //nb: we have altered from the original sony code by only allowing users to open one level or
652- //dropdown menu in the desktop view
650+ // controls multiple levels of dropdown navigation depending on hover and clicked classes being set
651+ // nb: we have altered from the original code by only allowing users to open one level of
652+ // dropdown menu in the desktop view
653653 function showSubNavigation ( linkClicked , event ) {
654654 var $linkClicked = $ ( linkClicked ) ,
655655 $listItemClicked = $linkClicked . parent ( ) ,
You can’t perform that action at this time.
0 commit comments