ソースを参照

win7 warning removed

Nikita Krupin 3 年 前
コミット
ea2805a5d3
1 ファイル変更0 行追加6 行削除
  1. 0 6
      Website/layouts/default.vue

+ 0 - 6
Website/layouts/default.vue

@@ -85,12 +85,6 @@ export default {
         </b> is not supported. Consider upgrading to the latest version.`;
         this.alert.show = true;
       }
-
-      // Win7
-      if (window.navigator.userAgent.indexOf("Windows NT 6.1") > -1) {
-        this.alert.html = `<b style="background: #222; border-radius: .5rem; padding: .25rem .5rem; margin: 0 .25rem;">Windows 7</b> is not supported. Consider upgrading Windows, or installing Linux.`;
-        this.alert.show = true;
-      }
     }, 1000);
   },
 };