1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 05:37:39 +02:00

change endpoint to point to actual server...

This commit is contained in:
Jacob Thornton
2012-01-26 22:52:44 -08:00
parent 815a2ae9f2
commit c63175dc1d

View File

@@ -206,10 +206,9 @@ $(function () {
$(this).val() && (vars[ $(this).prev().text() ] = $(this).val()) $(this).val() && (vars[ $(this).prev().text() ] = $(this).val())
}) })
// , url: "http://bootstrap.herokuapp.com"
$.ajax({ $.ajax({
type: 'POST' type: 'POST'
, url: 'http://localhost:3000' , url: 'http://bootstrap.herokuapp.com'
, dataType: 'jsonpi' , dataType: 'jsonpi'
, params: { , params: {
branch: '2.0-wip' branch: '2.0-wip'