PDF no working
-
Good afternoon! How to disable ctrl + s for pdf. The plugin works well but the ctrl + s works when the pdf file opens.
tried to do
if(e.ctrlKey && e.keyCode == ‘S’.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == ‘S’.charCodeAt(0)){
return false;
}The page I need help with: [log in to see the link]
- The topic ‘PDF no working’ is closed to new replies.