Skip to content

Commit

Permalink
Merge pull request #96 from misd-service-development/1.7
Browse files Browse the repository at this point in the history
1.7
  • Loading branch information
JeebsUK authored May 10, 2017
2 parents 0152a52 + 7842137 commit c3ff631
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cambridge_theme.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = University of Cambridge
description = The University of Cambridge's house style.
core = 7.x
engine = phptemplate
version = 1.6-dev
version = 1.7

stylesheets[all][] = "css/full-stylesheet.css"
stylesheets[all][] = "css/drupal.css"
Expand Down
6 changes: 3 additions & 3 deletions js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,9 @@ projectlight.localNav=(function(){
}
}
}
//controls mulitple levels of dropdown navigation depending on hover and clicked classes being set
//nb: we have altered from the original sony code by only allowing users to open one level or
//dropdown menu in the desktop view
// controls multiple levels of dropdown navigation depending on hover and clicked classes being set
// nb: we have altered from the original code by only allowing users to open one level of
// dropdown menu in the desktop view
function showSubNavigation(linkClicked, event){
var $linkClicked = $(linkClicked),
$listItemClicked = $linkClicked.parent(),
Expand Down

0 comments on commit c3ff631

Please sign in to comment.