diff options
| author | Jacob Thornton <[email protected]> | 2012-01-26 22:52:44 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-26 22:52:44 -0800 |
| commit | c63175dc1d41e2d26e50194a7e24cc0ea618446b (patch) | |
| tree | ea9f208787dd6a3b28aa82e6af1d5d604af6a1e3 | |
| parent | 815a2ae9f26f49137382fd4b186d174c7b1b8c5b (diff) | |
| download | bootstrap-c63175dc1d41e2d26e50194a7e24cc0ea618446b.tar.xz bootstrap-c63175dc1d41e2d26e50194a7e24cc0ea618446b.zip | |
change endpoint to point to actual server...
| -rw-r--r-- | docs/assets/js/application.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 8c86ff028..02cc730bd 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -206,10 +206,9 @@ $(function () { $(this).val() && (vars[ $(this).prev().text() ] = $(this).val()) }) -// , url: "http://bootstrap.herokuapp.com" $.ajax({ type: 'POST' - , url: 'http://localhost:3000' + , url: 'http://bootstrap.herokuapp.com' , dataType: 'jsonpi' , params: { branch: '2.0-wip' |
