switch config.js values to be present directly in index.html, loaded server-side during page render instead of as a separate request

This commit is contained in:
Aaron van Meerten 2016-05-20 16:45:40 -05:00
parent 9ce5e232bb
commit 4dd82b3376
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
window.indexLoadedTime = window.performance.now();
console.log("(TIME) index.html loaded:\t", indexLoadedTime);
</script>
<script src="config.js?v=15"></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
<script><!--#include virtual="config.js" --></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
<script src="utils.js?v=1"></script>
<!--#include virtual="connection_optimization/connection_optimization.html" -->
<script src="connection_optimization/do_external_connect.js?v=1"></script>