From ba16d98e439e545f2eccbc779fdd21694a0883c3 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 7 Dec 2017 08:14:02 +0100 Subject: [PATCH] Icon move / fix --- html/js/scripts.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/js/scripts.js b/html/js/scripts.js index ae6fd7afb..d2d6f9ea7 100644 --- a/html/js/scripts.js +++ b/html/js/scripts.js @@ -1061,7 +1061,7 @@ function show_calc() } var sid = 'calc1'; var shtml = ''; - shtml += '
X
'; + shtml += '
X
'; shtml += '

Calculatrice

'; shtml += '
Calculatrice simplifiée: écrivez simplement les opérations que vous voulez puis la touche retour. exemple : 1+2+3*(1/5) '; shtml += '
Taper une formule (ex 20*5.1) puis enter '; @@ -1953,7 +1953,7 @@ function profile_show(p_div) $(p_div).show(); } catch (e) { - alert_box(e.message) + alert_box(e.message); } } function detail_category_show(p_div, p_dossier, p_id) @@ -2969,13 +2969,13 @@ function pin (object_id) { if ( aDraggableElement[object_id]) { aDraggableElement[object_id].destroy(); aDraggableElement[object_id]=undefined; - $('pin_'+object_id).firstChild.innerHTML="⊕"; + $('pin_'+object_id).firstChild.innerHTML="⊕"; } else { aDraggableElement[object_id]=new Draggable(object_id, {starteffect: function () { new Effect.Highlight(object_id, {scroll: window, queue: 'end'}); }} ); - $('pin_'+object_id).firstChild.innerHTML="❉"; + $('pin_'+object_id).firstChild.innerHTML="≊"; } } \ No newline at end of file