diff --git a/view/theme/frio/js/modal.js b/view/theme/frio/js/modal.js index cba733a808..fcaaadcc7b 100644 --- a/view/theme/frio/js/modal.js +++ b/view/theme/frio/js/modal.js @@ -63,7 +63,7 @@ $(document).ready(function(){ }); // bookmarklet page needs an jot modal which appears automatically - if(window.location.pathname.indexOf("/bookmarklet") >=0){ + if(window.location.pathname.indexOf("/bookmarklet") >=0 && $("#jot-modal").length){ jotShow(); }