mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
Codacy
This commit is contained in:
@@ -32,5 +32,5 @@ const init = () => {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
|
||||
// Disable right click
|
||||
const rightClick = () => { return false; }
|
||||
const rightClick = () => { return false; };
|
||||
document.oncontextmenu=rightClick;
|
||||
|
||||
Reference in New Issue
Block a user