From f0d587ed5ab9fd6437cc20a5c96fe3c32c142ae1 Mon Sep 17 00:00:00 2001 From: Rohan Deb Sarkar Date: Sun, 10 Jul 2022 21:26:36 +0530 Subject: [PATCH] Fix scripts (#755) --- _includes/scripts/bootstrap.html | 4 ++-- assets/js/common.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/scripts/bootstrap.html b/_includes/scripts/bootstrap.html index d026d6b26920..6430b22ab0d3 100644 --- a/_includes/scripts/bootstrap.html +++ b/_includes/scripts/bootstrap.html @@ -1,4 +1,4 @@ + + - - diff --git a/assets/js/common.js b/assets/js/common.js index 02730e8a4874..f7c41c20d006 100644 --- a/assets/js/common.js +++ b/assets/js/common.js @@ -5,5 +5,5 @@ $(document).ready(function() { $('a.bibtex').click(function() { $(this).parent().parent().find(".bibtex.hidden").toggleClass('open'); }); - $('.navbar-nav').find('a').removeClass('waves-effect waves-light'); + $('a').removeClass('waves-effect waves-light'); });