#
luxiaotao1123
2022-03-18 6c300606a7c9f22c0a780ae0b9940e353e6dcff9
#
1个文件已修改
4 ■■■■ 已修改文件
views/sketh/cyberspace.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
views/sketh/cyberspace.html
@@ -60,7 +60,7 @@
          <label>
            username
          </label>
          <input id="username" class="cool-form-input" type="text">
          <input id="username" class="cool-form-input" type="text" autocomplete="off">
        </div>
        <div class="cool-form-block">
          <label>
@@ -86,7 +86,7 @@
      window.onload = function(){document.getElementById("username").focus();}
      $(document).on('click','.login-btn', function () {
        window.location.href = "../index.html"
      });
      $('body').keydown(function () {