You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/10 08:56:57 UTC

docs commit: Fixing script load order.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 3461199b0 -> ff7f97ce1


Fixing script load order.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/ff7f97ce
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/ff7f97ce
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/ff7f97ce

Branch: refs/heads/cordova-website
Commit: ff7f97ce18e583fead33f58549866c2550eb8af3
Parents: 3461199
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Wed Sep 9 23:56:50 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Wed Sep 9 23:56:50 2015 -0700

----------------------------------------------------------------------
 www/_includes/footer.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ff7f97ce/www/_includes/footer.html
----------------------------------------------------------------------
diff --git a/www/_includes/footer.html b/www/_includes/footer.html
index af78438..6ea18c4 100644
--- a/www/_includes/footer.html
+++ b/www/_includes/footer.html
@@ -66,6 +66,6 @@
     </div>
 </footer>
 
-<script async type="text/javascript" src="{{ site.baseurl }}/static/js/main.js"></script>
-<script async type="text/javascript" src="{{ site.baseurl }}/static/js/index.js"></script>
-<script async type="text/javascript" src="{{ site.baseurl }}/static/js/twitter.js"></script>
+<script defer type="text/javascript" src="{{ site.baseurl }}/static/js/main.js"></script>
+<script defer type="text/javascript" src="{{ site.baseurl }}/static/js/index.js"></script>
+<script defer type="text/javascript" src="{{ site.baseurl }}/static/js/twitter.js"></script>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org