Browse Source

async 대신 그냥 스크립트 사용

잉여개발기 (SPDV) 1 year ago
parent
commit
bdf425c560
1 changed files with 1 additions and 1 deletions
  1. 1 1
      views/ringo/index.html

+ 1 - 1
views/ringo/index.html

@@ -2,7 +2,7 @@
 <html lang="{{'language_tag'|load_lang}}">
     <head>
         <style id="ringo_add_style"></style>
-        <script async src="/views/ringo/js/skin_set_do.js.cache_v1"></script>
+        <script src="/views/ringo/js/skin_set_do.js.cache_v1"></script>
         <meta charset="utf-8">
         {% if imp[3][0] != 0 %}
             <title>{{imp[0]}} {{imp[3][0]}} - {{imp[1][0]}}</title>