diff --git a/themes/_global/js/keyboard.js b/themes/_global/js/keyboard.js index 4469248dc..48f60a095 100644 --- a/themes/_global/js/keyboard.js +++ b/themes/_global/js/keyboard.js @@ -144,5 +144,7 @@ function goSelectPrev(selectedArticle,number) { } function enterArticle(selectedArticle) { - window.location = selectedArticle.find('a:first').attr('href'); + if (!$("#bagit").hasClass("current")) { + window.location = selectedArticle.find('a:first').attr('href'); + } } \ No newline at end of file