Explorar el Código

Fix context menu disabled on lock screen (#1243)

CauseFX hace 6 años
padre
commit
c8da9bf50a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/pages/lockscreen.php

+ 1 - 1
api/pages/lockscreen.php

@@ -3,7 +3,7 @@ if (file_exists('config' . DIRECTORY_SEPARATOR . 'config.php')) {
 	$pageLockScreen = '
 <script>
 </script>
-<section id="lockScreen" class="lock-screen" oncontextmenu="return false;" onkeydown="blockDev">
+<section id="lockScreen" class="lock-screen" onkeydown="blockDev">
   <div class="login-box">
     <div class="white-box">
       <form class="form-horizontal form-material" id="form-lockscreen" onsubmit="return false;">