From eaf6dba7acb3c97c565096825cfb4dd70fb3c6e5 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:24:21 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/tr/1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JAVASCRIPT/tr/1.js b/JAVASCRIPT/tr/1.js index c869dc4..e8f1700 100644 --- a/JAVASCRIPT/tr/1.js +++ b/JAVASCRIPT/tr/1.js @@ -316,7 +316,7 @@ observer.observe(skillsDiv); const disabledKeys = ["c", "C", "x", "J", "u", "I"]; // keys that will be disabled const showAlert = e => { e.preventDefault(); // preventing its default behaviour - return alert("Sorry, you can't view or copy source codes this way!"); + return alert("Üzgünüz, kaynak kodlarını bu şekilde görüntüleyemez veya kopyalayamazsınız!"); } document.addEventListener("contextmenu", e => { showAlert(e); // calling showAlert() function on mouse right click