diff options
| author | XhmikosR <[email protected]> | 2015-09-06 20:34:35 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-09-06 20:34:35 +0300 |
| commit | 85ab83136ea4276f762cdbbb1fb598fd09201820 (patch) | |
| tree | f64f0a5a4b33d51cbec1d5e5b1568d85b4878e3c /docs/examples/album | |
| parent | 55258e992346b502553d70cfd062e86b6ff15741 (diff) | |
| download | bootstrap-85ab83136ea4276f762cdbbb1fb598fd09201820.tar.xz bootstrap-85ab83136ea4276f762cdbbb1fb598fd09201820.zip | |
Add missing jQuery local fallback.
[ci skip]
Diffstat (limited to 'docs/examples/album')
| -rw-r--r-- | docs/examples/album/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/album/index.html b/docs/examples/album/index.html index 04d82d3e1..900d8146d 100644 --- a/docs/examples/album/index.html +++ b/docs/examples/album/index.html @@ -116,6 +116,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> + <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../assets/js/vendor/holder.min.js"></script> <script> $(function () { |
