diff options
author | Angelo Compagnucci <angelo.compagnucci@gmail.com> | 2017-02-05 17:59:31 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-05 22:47:21 +0100 |
commit | aa32078ed8cb1cd61daf6c08c0f1e320db32b4df (patch) | |
tree | 5374dad034bd548580a8651c34b95992f873a6ee /docs/website/footer.html | |
parent | ad2f351a1d981978df74823ebb78cc6a3323f2fa (diff) | |
download | buildroot-aa32078ed8cb1cd61daf6c08c0f1e320db32b4df.tar.gz buildroot-aa32078ed8cb1cd61daf6c08c0f1e320db32b4df.zip |
docs/website: fix google feed API
Google deprecated feed api to cenvert rss to json, switching
to yahoo yql. This patch also reorganize the javascript code
to accomodate the fixings.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/website/footer.html b/docs/website/footer.html index 1fcfd70071..279c8b1b5c 100644 --- a/docs/website/footer.html +++ b/docs/website/footer.html @@ -1,6 +1,5 @@ <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> </body> |