diff options
| author | Zlatan Vasović <[email protected]> | 2013-12-07 10:27:28 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-12-07 10:27:28 +0100 |
| commit | 8087f95ca4ed948cd10b92836ddfce56307707da (patch) | |
| tree | fe6afe278637d21241532155eeec32584e3a7d74 /_includes/footer.html | |
| parent | b441632db143e5deb729b5d7109ad73b5e4e73d6 (diff) | |
| download | bootstrap-8087f95ca4ed948cd10b92836ddfce56307707da.tar.xz bootstrap-8087f95ca4ed948cd10b92836ddfce56307707da.zip | |
Load minified Bootstrap JS code
Diffstat (limited to '_includes/footer.html')
| -rw-r--r-- | _includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 1188e10cf..095e96eb5 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -<script src="{{ page.base_url }}dist/js/bootstrap.js"></script> +<script src="{{ page.base_url }}dist/js/bootstrap.min.js"></script> <script src="{{ page.base_url }}docs-assets/js/holder.js"></script> |
