mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
change endpoint to point to actual server...
This commit is contained in:
parent
815a2ae9f2
commit
c63175dc1d
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue