mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 14:25:22 +00:00
* Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder Signed-off-by: Lee Springer <lee@smalltalk.agency> Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder Signed-off-by: Lee Springer <lee@smalltalk.agency> * Restore main.go to original location Signed-off-by: Lee Springer <lee@smalltalk.agency> * Updates to footer Signed-off-by: Lee Springer <lee@smalltalk.agency> * Updates to homepage links Signed-off-by: Lee Springer <lee@smalltalk.agency> * Content updates Signed-off-by: Lee Springer <lee@smalltalk.agency>
10 lines
221 B
JavaScript
10 lines
221 B
JavaScript
(function () {
|
|
|
|
$('.match-height').matchHeight();
|
|
|
|
$('#nav-mobile-toggle').click(function () {
|
|
$('#header-nav').toggleClass('on');
|
|
});
|
|
|
|
$('ul#header-nav li.' + $('body').attr('id')).addClass('selected');
|
|
})(); |