This commit is contained in:
KONE SOREL 2026-03-03 16:08:54 +00:00
parent d5c843c2a0
commit 602999b001

View File

@ -26,6 +26,7 @@
<title><?= $_SESSION['p_vue'] ?></title> <title><?= $_SESSION['p_vue'] ?></title>
<script type="text/javascript"> <script type="text/javascript">
/*
if (document.addEventListener) { if (document.addEventListener) {
document.addEventListener('contextmenu', function (e) { document.addEventListener('contextmenu', function (e) {
e.preventDefault(); e.preventDefault();
@ -35,6 +36,7 @@
window.event.returnValue = false; window.event.returnValue = false;
}); });
} }
*/
</script> </script>
</head> </head>