소스 검색

change javascript

schtonn 2 년 전
부모
커밋
e1aec782ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      poets/index.html

+ 1 - 1
poets/index.html

@@ -1,7 +1,7 @@
 <head>
     <title>智慧诗集</title>
     <script src="/js/springyEmojiCursor.js"></script>
-    <script>
+    <script type="text/javascript">
         new springyEmojiCursor({emoji:"🤐"});
     </script>
 </head>