This commit is contained in:
David Ralph 2019-03-30 13:03:21 +00:00
parent d6f0c11067
commit 925c67a1e8
No known key found for this signature in database
GPG Key ID: D10C04CD5A856556
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ const init = () => {
document.addEventListener('DOMContentLoaded', init);
// Disable right click
const rightClick = () => { return false; }
const rightClick = () => { return false; };
document.oncontextmenu=rightClick;