Changes for page Live Security

Last modified by Aurelie Bertrand on 2024/08/27 15:45

From version 1.1
edited by mrochelle
on 2020/08/05 16:14
Change comment: There is no comment for this version
To version 2.1
edited by Aurelie Bertrand
on 2024/08/27 15:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.mrochelle
1 +xwiki:XWiki.aureliebertranddigdashbiz
Default language
... ... @@ -1,0 +1,1 @@
1 +fr
Content
... ... @@ -95,7 +95,7 @@
95 95  if (show_measure == 'non')
96 96  {
97 97   var measIndex = selection.indexOfMeasure(measureId);
98 - if (measIndex > 0)
98 + if (measIndex != -1)
99 99   selection.removeMeasure(measIndex);
100 100  }
101 101  {{/code}}