From f49e613a30190043d6fc6b9a4ca7d508aa864a07 Mon Sep 17 00:00:00 2001 From: Kilian Saffran Date: Mon, 1 Oct 2018 09:06:59 +0200 Subject: [PATCH] update message --- app_v3/chrome/content/modules/support/js/update.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app_v3/chrome/content/modules/support/js/update.js b/app_v3/chrome/content/modules/support/js/update.js index 7e13a0f..d43330d 100644 --- a/app_v3/chrome/content/modules/support/js/update.js +++ b/app_v3/chrome/content/modules/support/js/update.js @@ -39,9 +39,9 @@ function initdata(){ function dldmsg(data){ //dump("Data for message: \n: " + JSON.stringify(data) + "\n"); if (!data.update){ - $("#updmsg").html(JSON.stringify(data) + " pas de mise-à-jour disponible"); + $("#updmsg").html("pas de mise-à-jour disponible"); } else { - $("#updmsg").html(JSON.stringify(data) + " Nouvelle Version disponible!
clicker ici pour installer la mise à jour"); + $("#updmsg").html("Nouvelle Version disponible!
clicker ici pour installer la mise à jour"); } //alert("TEST"); -- 2.39.5