From 0219003ba44adaad85eba6702f0deb61897119e1 Mon Sep 17 00:00:00 2001 From: Vital Vuillaume Date: Wed, 2 Aug 2023 16:07:07 +0200 Subject: [PATCH] Update Uppercase-Converter.js --- Uppercase-Converter.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Uppercase-Converter.js b/Uppercase-Converter.js index 9f181fc..b34c351 100644 --- a/Uppercase-Converter.js +++ b/Uppercase-Converter.js @@ -1,8 +1,8 @@ //------Pour que le site soit securise------\\ -/*if (window.location.protocol != "https:") { +if (window.location.protocol != "https:") { window.location.protocol="https:"; -}*/ +} //------Element html------\\ @@ -35,4 +35,4 @@ btn.onclick = function() { setTimeout(function() { btn.classList.remove("active"); }, 2500); -}; \ No newline at end of file +};