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:
authorMark Otto <otto@github.com>2012-12-22 07:10:05 +0400
committerMark Otto <otto@github.com>2012-12-22 07:10:05 +0400
commit7f7039321d9078ff7127b56aabe6be0e85716350 (patch)
tree19113c41c188db318fa866391375a4117bd9c25b /docs
parenta55605ca57d3607689d8d6b8d2de1c1026bab405 (diff)
Fixes #6189: Add holder.js to carousel example
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/carousel.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html
index 0958103fc6..2a0cadec1a 100644
--- a/docs/examples/carousel.html
+++ b/docs/examples/carousel.html
@@ -448,5 +448,6 @@
})
}(window.jQuery)
</script>
+ <script src="../assets/js/holder/holder.js"></script>
</body>
</html>