소스 검색

fix page add seo words

ming 3 년 전
부모
커밋
1cc3cf2b7c
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      similar_web/index2.html

+ 2 - 3
similar_web/index2.html

@@ -288,14 +288,13 @@ $.get("http://www.googo.org:8001/random_kw", function(result){
     for (let i=0; i<result.length; i++) {
       seoStr = seoStr+result[i]+','
     }
-    seoStr=str.substring(0, seoStr.length - 1);
+    seoStr=seoStr.substring(0, seoStr.length - 1);
     $('#seo_string').html(seoStr)
 });
 const input = document.getElementById("search_query");
 const search__btn = document.getElementById("search__btn");
 const btn__benefit = document.querySelectorAll(".btn__benefit");
-const picker_str = datepicker('#daterng1', {id: 1});
-const picker_end = datepicker('#daterng2', {id: 1});
+
   $('.sub__date').click(function(e){
     e.preventDefault();
     console.log(picker_end.getRange());