From 525d04949bdc7b01765893a8e183f87298c85efe Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 13 Nov 2020 12:06:33 +0100 Subject: [PATCH] fixup! Translate , make failed chrome because of HTML in javascript message --- html/js/scripts.js | 2 +- include/lib/message_javascript.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/js/scripts.js b/html/js/scripts.js index 12aa9bb84..d068eaf04 100644 --- a/html/js/scripts.js +++ b/html/js/scripts.js @@ -2664,7 +2664,7 @@ function action_tag_remove(p_dossier, ag_id, t_id) { method: 'get', parameters: queryString, onFailure: ajax_misc_failure, - onSuccess: function (req, j) { + onSuccess: function (req) { var answer = req.responseXML; var html = answer.getElementsByTagName('code'); if (html.length === 0) diff --git a/include/lib/message_javascript.php b/include/lib/message_javascript.php index 44d9e0bd6..6eea94637 100644 --- a/include/lib/message_javascript.php +++ b/include/lib/message_javascript.php @@ -62,7 +62,7 @@ content[29]=""; content[31]=""; -content[32]=_('Le résultat peut changer en fonction du type de journal'); +content[32]=""; content[33]=""; content[34]="";