diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-10-16 18:30:57 +1000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-10-16 18:30:57 +1000 |
commit | ecc56c9ade5dfb3f1683517b2f6900b68c8db939 (patch) | |
tree | 98092bb3f0e592ce444731f96f5929dc1d746a0a | |
parent | ff090c1f1131f38ed11a3fb5c9de0afc6da662ec (diff) | |
download | backbonetutorials-ecc56c9ade5dfb3f1683517b2f6900b68c8db939.zip backbonetutorials-ecc56c9ade5dfb3f1683517b2f6900b68c8db939.tar.gz backbonetutorials-ecc56c9ade5dfb3f1683517b2f6900b68c8db939.tar.bz2 |
fix cf link
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 7fa10b7..f6e0cfa 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -108,7 +108,7 @@ }; (function(){ var e = document.createElement('script'); e.type='text/javascript'; e.async = true; - e.src = document.location.protocol + '//widget.taskforce.is/widget/widget.js'; + e.src = document.location.protocol + '//d1ux67szpr7bp0.cloudfront.net/widget/widget.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); })(); </script> |