diff options
Diffstat (limited to 'js/dashboard-common.js')
-rw-r--r-- | js/dashboard-common.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/js/dashboard-common.js b/js/dashboard-common.js index abb53b6..68ba7d5 100644 --- a/js/dashboard-common.js +++ b/js/dashboard-common.js @@ -27,18 +27,18 @@ uDom.onLoad(function() { -/******************************************************************************/ + /******************************************************************************/ -// Open links in the proper window -uDom('a').attr('target', '_blank'); -uDom('a[href*="dashboard.html"]').attr('target', '_parent'); -uDom('.whatisthis').on('click', function() { - uDom(this).parent() - .descendants('.whatisthis-expandable') - .toggleClass('whatisthis-expanded'); -}); + // Open links in the proper window + uDom('a').attr('target', '_blank'); + uDom('a[href*="dashboard.html"]').attr('target', '_parent'); + uDom('.whatisthis').on('click', function() { + uDom(this).parent() + .descendants('.whatisthis-expandable') + .toggleClass('whatisthis-expanded'); + }); -/******************************************************************************/ + /******************************************************************************/ }); |