diff options
| author | Mark Otto <[email protected]> | 2012-04-24 02:12:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-24 02:12:09 -0700 |
| commit | 79d7092a393728ffeb94f592b8e8a0bca29f361e (patch) | |
| tree | 7a2ecd1baa163c05d162a9e71ef3c9e17ec437df /docs/assets/js | |
| parent | d8aaf507981dbecb146bc77e288a3f10387923cd (diff) | |
| parent | fc871a482142aa271bb8aeda85198f9fb93d73d1 (diff) | |
| download | bootstrap-79d7092a393728ffeb94f592b8e8a0bca29f361e.tar.xz bootstrap-79d7092a393728ffeb94f592b8e8a0bca29f361e.zip | |
Merge branch '2.0.3-wip' of github.com:twitter/bootstrap into 2.0.3-wip
Diffstat (limited to 'docs/assets/js')
| -rw-r--r-- | docs/assets/js/application.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index f1b7c090a..6463b902f 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -137,7 +137,7 @@ $.ajax({ type: 'POST' - , url: 'http://bootstrap.herokuapp.com' + , url: /\?dev/.test(window.location) ? 'http://localhost:3000' : 'http://bootstrap.herokuapp.com' , dataType: 'jsonpi' , params: { js: js @@ -147,7 +147,6 @@ } }) }) - }) // Modified from the original jsonpi https://github.com/benvinegar/jquery-jsonpi |
