diff options
author | 2017-02-05 17:59:30 +0100 | |
---|---|---|
committer | 2017-02-05 22:47:01 +0100 | |
commit | ad2f351a1d981978df74823ebb78cc6a3323f2fa (patch) | |
tree | b417dc7cb4760f7c9f654d56dd78a494f3d4d955 /docs/website/footer.html | |
parent | 7d987f16ed8e75af81d9223997989c02bd836096 (diff) | |
download | buildroot-ad2f351a1d981978df74823ebb78cc6a3323f2fa.tar.gz buildroot-ad2f351a1d981978df74823ebb78cc6a3323f2fa.tar.bz2 |
docs/website: bump jquery and bootstrap
This patch bumps jquery and bootstrap to the latest versions.
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/website/footer.html')
-rw-r--r-- | docs/website/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/website/footer.html b/docs/website/footer.html index 16fab36c95..1fcfd70071 100644 --- a/docs/website/footer.html +++ b/docs/website/footer.html @@ -1,5 +1,5 @@ - <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script> - <script src="https://oss.maxcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> + <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> + <script src="https://oss.maxcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script src="https://cdn.rawgit.com/zenorocha/clipboard.js/master/dist/clipboard.min.js"></script> <script type="text/javascript" src="js/buildroot.js"></script> |