diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-10-16 09:30:51 +1000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2013-10-16 09:30:51 +1000 |
commit | ec1f689f0ed9c853a19d6d077a0742dad5dd8f00 (patch) | |
tree | 159613027a26931b320e6417e62e156377ad0d56 | |
parent | cf4e2aef22c92f4a7c1e1a01ed60d571a55867bd (diff) | |
download | backbonetutorials-ec1f689f0ed9c853a19d6d077a0742dad5dd8f00.zip backbonetutorials-ec1f689f0ed9c853a19d6d077a0742dad5dd8f00.tar.gz backbonetutorials-ec1f689f0ed9c853a19d6d077a0742dad5dd8f00.tar.bz2 |
new widget min
-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 9b9e941..ed1fd15 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -105,7 +105,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 + '//widget.taskforce.is/widget/widget.min.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); })(); </script> |