Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-02-17 08:43:57 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-02-17 08:43:57 +0400
commit9d12b2d60168505fdb68672f6fe7992bb264da90 (patch)
treedd1685169de3abd12b2664aec34ad9fd13656c1e /docs
parentb3e4e5ae2212c4bda6424815871499d9c7693ee6 (diff)
don't try next if not next
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin53181 -> 53191 bytes
-rw-r--r--docs/assets/js/bootstrap-carousel.js2
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index a68034b6ad..0aad46dec2 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/js/bootstrap-carousel.js b/docs/assets/js/bootstrap-carousel.js
index 374697994c..bad4f46f46 100644
--- a/docs/assets/js/bootstrap-carousel.js
+++ b/docs/assets/js/bootstrap-carousel.js
@@ -83,6 +83,8 @@
, fallback = type == 'next' ? 'first' : 'last'
, that = this
+ if (!$next.length) return
+
this.sliding = true
isCycling && this.pause()