From: Jacob Thornton Date: Fri, 27 Jan 2012 06:52:44 +0000 (-0800) Subject: change endpoint to point to actual server... X-Git-Tag: v2.0.0~6^2~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c63175dc1d41e2d26e50194a7e24cc0ea618446b;p=thirdparty%2Fbootstrap.git change endpoint to point to actual server... --- diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 8c86ff0282..02cc730bd3 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'