Browse Source

Removed async attribute from script tag

Wirecog 6 years ago
parent
commit
8c0a713482
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/index.tmpl

+ 1
- 1
templates/index.tmpl View File

@@ -12,7 +12,7 @@
12 12
 
13 13
 <div id="welcomeMessage"></div>
14 14
 
15
-<script src="/js/client.js" async></script>
15
+<script src="/js/client.js"></script>
16 16
 </div>
17 17
 
18 18
 <footer>