df
This commit is contained in:
parent
d5c843c2a0
commit
602999b001
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user