aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-26 22:52:44 -0800
committerJacob Thornton <[email protected]>2012-01-26 22:52:44 -0800
commitc63175dc1d41e2d26e50194a7e24cc0ea618446b (patch)
treeea9f208787dd6a3b28aa82e6af1d5d604af6a1e3
parent815a2ae9f26f49137382fd4b186d174c7b1b8c5b (diff)
downloadbootstrap-c63175dc1d41e2d26e50194a7e24cc0ea618446b.tar.xz
bootstrap-c63175dc1d41e2d26e50194a7e24cc0ea618446b.zip
change endpoint to point to actual server...
-rw-r--r--docs/assets/js/application.js3
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'