]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change endpoint to point to actual server...
authorJacob Thornton <jacobthornton@gmail.com>
Fri, 27 Jan 2012 06:52:44 +0000 (22:52 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Fri, 27 Jan 2012 06:52:44 +0000 (22:52 -0800)
docs/assets/js/application.js

index 8c86ff0282882046c8f6a2f828ccbd871f59b91f..02cc730bd3225fa4c57a53736d659c8293411f48 100644 (file)
@@ -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'