diff --git a/static/js/theme.js b/static/js/theme.js index ae7d8b6209..cece560751 100644 --- a/static/js/theme.js +++ b/static/js/theme.js @@ -291,6 +291,10 @@ function initCodeClipboard(){ } function initArrowNav(){ + if( isPrint ){ + return; + } + // button navigation jQuery(function() { jQuery('a.nav-prev').click(function(){