print: disable arrow navigation #294

This commit is contained in:
Sören Weber 2022-07-03 13:31:08 +02:00
parent ec964b93f0
commit d12227fbd5
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -291,6 +291,10 @@ function initCodeClipboard(){
}
function initArrowNav(){
if( isPrint ){
return;
}
// button navigation
jQuery(function() {
jQuery('a.nav-prev').click(function(){