diff options
| author | Mark Otto <[email protected]> | 2012-12-21 19:10:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-21 19:10:05 -0800 |
| commit | 4fa4d5254d8b1fc9dae9ee1dfbe555323aaa4e2b (patch) | |
| tree | fff366d12401ba86fb8e2f604da571cac491e909 /carousel.html | |
| parent | b7f2a382b610a677a8cf58c983fcd750c9aa7fd9 (diff) | |
| download | bootstrap-4fa4d5254d8b1fc9dae9ee1dfbe555323aaa4e2b.tar.xz bootstrap-4fa4d5254d8b1fc9dae9ee1dfbe555323aaa4e2b.zip | |
Fixes #6189: Add holder.js to carousel example
Diffstat (limited to 'carousel.html')
| -rw-r--r-- | carousel.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/carousel.html b/carousel.html index 0958103fc..2a0cadec1 100644 --- a/carousel.html +++ b/carousel.html @@ -448,5 +448,6 @@ }) }(window.jQuery) </script> + <script src="../assets/js/holder/holder.js"></script> </body> </html> |
