diff --git a/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml b/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml index 6c17a2b..9a4c244 100644 --- a/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml +++ b/src/fr/devinsy/statoolinfos/htmlize/propertyFileCheck.xhtml @@ -17,7 +17,7 @@
Tout - Réduit + Réduit Alertes Statistiques : @@ -74,7 +74,7 @@ document.getElementById ('shrunkBlock').style.display = 'none'; document.getElementById ('alertBlock').style.display = 'none'; } - else if (selection == 'SHRINKED') + else if (selection == 'SHRUNK') { document.getElementById ('fullBlock').style.display = 'none'; document.getElementById ('shrunkBlock').style.display = 'block';