aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/application.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-24 02:12:09 -0700
committerMark Otto <[email protected]>2012-04-24 02:12:09 -0700
commit79d7092a393728ffeb94f592b8e8a0bca29f361e (patch)
tree7a2ecd1baa163c05d162a9e71ef3c9e17ec437df /docs/assets/js/application.js
parentd8aaf507981dbecb146bc77e288a3f10387923cd (diff)
parentfc871a482142aa271bb8aeda85198f9fb93d73d1 (diff)
downloadbootstrap-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/application.js')
-rw-r--r--docs/assets/js/application.js3
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