From 97728e7924aedfe26f252491fb4e039c0d8c260e Mon Sep 17 00:00:00 2001 From: Assa <43575066+TraoreAssa@users.noreply.github.com> Date: Tue, 16 Apr 2019 15:53:24 +0200 Subject: [PATCH] Update chifreRomainAssa.html --- romanToNumber/chifreRomainAssa.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/romanToNumber/chifreRomainAssa.html b/romanToNumber/chifreRomainAssa.html index eb84fe3..9073047 100644 --- a/romanToNumber/chifreRomainAssa.html +++ b/romanToNumber/chifreRomainAssa.html @@ -100,7 +100,6 @@ // Converti chiffres romains en entiers function RomainArabe(romain) { romain += ""; - romain = romain.toUpperCase(); for (choix = 1; choix < 4000; choix++) { if (romain == ArabeRomain(choix)) return choix; } @@ -112,4 +111,4 @@ - \ No newline at end of file +