OSDN Git Service

[更新]:画像の縮小と選択無効化
[alterlinux/lightdm-webkit2-theme-alter.git] / js / splashscreen.js
index 7bdfc5d..c495704 100644 (file)
@@ -49,7 +49,7 @@ else {
 document.onkeydown = function (e){
   document.getElementById("inputPassword").focus();
 };
-
+document.onselectstart = function(){return false;};
 class SplashScreen {
   constructor() {
     /* Speed of SplashScreen transitions */