diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-10-15 15:40:46 +1000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-10-15 15:40:46 +1000 |
commit | 28d5647324aa2e63799b0fc1ce280445f9940f32 (patch) | |
tree | c2ea99d3887b7068cf28855d97eb36e9a1342160 | |
parent | 4f0b1509442309015e2666dc28de79f6cfbad30d (diff) | |
download | backbonetutorials-28d5647324aa2e63799b0fc1ce280445f9940f32.zip backbonetutorials-28d5647324aa2e63799b0fc1ce280445f9940f32.tar.gz backbonetutorials-28d5647324aa2e63799b0fc1ce280445f9940f32.tar.bz2 |
Remved for now
-rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 92287d3..7ed8f2f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -105,8 +105,8 @@ }; (function(){ var e = document.createElement('script'); e.type='text/javascript'; e.async = true; - e.src = document.location.protocol + '//widget.taskforce.is/widget/widget.min.js'; -// var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); + e.src = document.location.protocol + '//widget.taskforce.is/widget/widget.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); })(); </script> |