From c63175dc1d41e2d26e50194a7e24cc0ea618446b Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 26 Jan 2012 22:52:44 -0800 Subject: [PATCH] change endpoint to point to actual server... --- docs/assets/js/application.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'