OSDN Git Service

[更新]:画像ドラック無効化
authornaoko1010hh <naoko561010@gmail.com>
Mon, 2 Mar 2020 12:43:59 +0000 (21:43 +0900)
committernaoko1010hh <naoko561010@gmail.com>
Mon, 2 Mar 2020 12:43:59 +0000 (21:43 +0900)
js/splashscreen.js

index 4ec77da..e3fd892 100644 (file)
@@ -50,6 +50,7 @@ else {
 //   document.getElementById("inputPassword").focus();
 // };
 document.onselectstart = function(){return false;};
+document.ondragstart = function(){return false;};
 class SplashScreen {
   constructor() {
     /* Speed of SplashScreen transitions */