aa32078ed8
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>
7 lines
333 B
HTML
7 lines
333 B
HTML
<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 src="https://cdn.rawgit.com/zenorocha/clipboard.js/master/dist/clipboard.min.js"></script>
|
|
<script type="text/javascript" src="js/buildroot.js"></script>
|
|
</body>
|
|
</html>
|