Skip to content

Commit c3ff631

Browse files
authored
Merge pull request #96 from misd-service-development/1.7
1.7
2 parents 0152a52 + 7842137 commit c3ff631

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cambridge_theme.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = University of Cambridge
22
description = The University of Cambridge's house style.
33
core = 7.x
44
engine = phptemplate
5-
version = 1.6-dev
5+
version = 1.7
66

77
stylesheets[all][] = "css/full-stylesheet.css"
88
stylesheets[all][] = "css/drupal.css"

js/custom.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)