OSDN Git Service

[更新]:セッションストレージからローカルストレージに変更
[alterlinux/lightdm-webkit2-theme-alter.git] / js / splashscreen.js
index dcaa65a..aef27d0 100644 (file)
@@ -32,6 +32,13 @@ else {
   text[3]="ユーザー"
   text[4]="パスワード"
 }
+document.onkeydown = function (e){
+  document.getElementById("inputPassword").focus();
+};
+selectSession = LocalStorage.getItem('access_count');
+selectSession = window.LocalStorage.getItem('access_count');
+selectSession = LocalStorage.access_count
+
 class SplashScreen {
   constructor() {
     /* Speed of SplashScreen transitions */