Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update progressive_download.md
  • Loading branch information
Derry Shribman committed Apr 20, 2016
1 parent a9582e0 commit 82f0874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions progressive_download.md
Expand Up @@ -72,9 +72,9 @@ hola_cdn.init()
#### Dynamic loading of client side module loader.js without jQuery
```js
var script = document.createElement('script');
script.src = '//client.h-cdn.com/loader.js?customer=demo';
script.type = 'text/javascript';
document.getElementsByTagName('head')[0].appendChild(script);
script.src = '//client.h-cdn.com/loader.js?customer=demo';
script.type = 'text/javascript';
document.getElementsByTagName('head')[0].appendChild(script);
```
followed by
```js
Expand Down

0 comments on commit 82f0874

Please sign in to comment.