hide jsDisclaimer

This commit is contained in:
Kay0u 2021-02-09 01:56:49 +01:00
parent fb76abaf64
commit c18ab0df55
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -47,6 +47,9 @@ N.B. : Even if the image does not corresponds to the latest version of YunoHost,
###############################################################################
*/
$(document).ready(function () {
$(".javascriptDisclaimer").hide();
console.log("in load");
$.getJSON('https://build.yunohost.org/images.json', function (images) {
$.each(images, function(k, infos) {