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');
});