소스 검색

Update home.js

Dan Nuggetsman 7 달 전
부모
커밋
0c968d37bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Public/static/js/home.js

+ 1 - 1
Public/static/js/home.js

@@ -13,6 +13,6 @@ function showEncodedPassword() {
   //  return;  
   //}	   	
   passw = encryptSha2( $("#Password").val() + $("#Salt").val());
-  msg = "<?PHP echo(getResource0("Please set your hash in the config file with this value", $lang, "/js/home-js.php"));?>:";
+  msg = "Please set your hash in the config file with this value";
   alert(msg + "\n\n" + passw);	
 }