mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
hide jsDisclaimer
This commit is contained in:
parent
fb76abaf64
commit
c18ab0df55
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ N.B. : Even if the image does not corresponds to the latest version of YunoHost,
|
||||||
###############################################################################
|
###############################################################################
|
||||||
*/
|
*/
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
|
$(".javascriptDisclaimer").hide();
|
||||||
|
|
||||||
console.log("in load");
|
console.log("in load");
|
||||||
$.getJSON('https://build.yunohost.org/images.json', function (images) {
|
$.getJSON('https://build.yunohost.org/images.json', function (images) {
|
||||||
$.each(images, function(k, infos) {
|
$.each(images, function(k, infos) {
|
||||||
|
|
Loading…
Reference in a new issue