소스 검색

空白调整

visuddhinanda@gmail.com 4 년 전
부모
커밋
b111d7ce48
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      public/app/article/article.js

+ 4 - 4
public/app/article/article.js

@@ -396,10 +396,10 @@ function palicanon_load() {
 						$("#contents").html(note_init(result.content));
 						note_refresh_new(function () {
                             if(document.querySelector("#para_focus")){
-							document.querySelector("#para_focus").scrollIntoView({
-								block: "end",
-								behavior: "smooth",
-							});
+                                document.querySelector("#para_focus").scrollIntoView({
+                                    block: "end",
+                                    behavior: "smooth",
+                                });                                
                             }
 
                             $.get('templiates/glossary.tpl',function(data){