Set async defer on script
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 23 Feb 2015 14:38:36 +0000 (16:38 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 23 Feb 2015 14:38:36 +0000 (16:38 +0200)
tmpl/skel.en

index 956e8954525dbf871267f2c462db87765f82e451..de00cd827b89337dc0123bf3285ab537596769b4 100644 (file)
@@ -4,7 +4,7 @@
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
 <link rel="stylesheet" href="/css/cyborg.css" id="stylesheet">
-<script src="/js.js" type="text/javascript"></script>
+<script src="/js.js" type="text/javascript" async defer></script>
 
 <body>
 <nav role="navigation">
This page took 0.010534 seconds and 4 git commands to generate.