 Chromium Code Reviews
 Chromium Code Reviews Issue 1926683002:
  docserver: Load JS async defer since it really isn't required and it was blocking the loading of th…  (Closed) 
  Base URL: https://skia.googlesource.com/buildbot@master
    
  
    Issue 1926683002:
  docserver: Load JS async defer since it really isn't required and it was blocking the loading of th…  (Closed) 
  Base URL: https://skia.googlesource.com/buildbot@master| Index: doc/templates/index.html | 
| diff --git a/doc/templates/index.html b/doc/templates/index.html | 
| index 98ff385a52a927ed7740639bda327a8172ed87ac..e3153be450013b4191d9add71c2579f68a4a7102 100644 | 
| --- a/doc/templates/index.html | 
| +++ b/doc/templates/index.html | 
| @@ -8,7 +8,7 @@ | 
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 
| <meta name="google-site-verification" content="pwqU0tZr1xJubovbW73M6WGA2IIygCYPBkB6O4kzbYI" /> | 
| <meta name="google-site-verification" content="pIHubYTE28EzwOWGWmHyNmxRNA6yclJyxSymw6uX8b8" /> | 
| - <script src="/res/js/core.js"></script> | 
| + <script async defer src="/res/js/core.js"></script> | 
| 
dogben
2016/04/27 14:59:21
I think specifying both is redundant, but maybe yo
 
jcgregorio
2016/04/27 16:56:18
Moved to just async.
 | 
| <link href="/res/css/docs.css" rel="stylesheet" /> | 
| </head> | 
| <body> |