Browse Source

delete reset js link

huaisianhuang 3 years ago
parent
commit
0986de8781
2 changed files with 0 additions and 2 deletions
  1. 0 1
      html/script_profiles.js
  2. 0 1
      html/user_profile2.html

+ 0 - 1
html/script_profiles.js

@@ -9,7 +9,6 @@ function getCookie(name) {
   }
 
 let userBasics = JSON.parse(localStorage.getItem('user_profile')) || [];
-console.log(userBasics.length, typeof(userBasics));
 
 function checkLocal() {
   if(userBasics.length == 0){ return };

+ 0 - 1
html/user_profile2.html

@@ -306,7 +306,6 @@
     <script src="static/owl.carousel.min.js"></script>
     <script src="./script_profiles.js"></script>
     <script type="text/javascript" src="static/lan.js"></script>
-    <script src="../api/static/reset_pwd.js"></script>
     <script src="static/common.js"></script>
 </body>