studio - adding introduction areas to all templates and infrastructure for its contnet

This commit is contained in:
Brian Talbot
2013-02-14 12:49:58 -05:00
parent 47c117bf03
commit 9b09d043bd
11 changed files with 139 additions and 84 deletions

View File

@@ -41,6 +41,12 @@ $(document).ready(function() {
$('body').addClass('js');
// lean/simple modal
$('a[rel*=modal]').leanModal({overlay : 0.80, closeButton: '.action-modal-close' });
$('a.action-modal-close').click(function(e){
(e).preventDefault();
});
// nav - dropdown related
$body.click(function(e){
$('.nav-dropdown .nav-item .wrapper-nav-sub').removeClass('is-shown');