From e18d451978768c02e30a33e0d2fd2ea8f10e9f54 Mon Sep 17 00:00:00 2001 From: AHKAD Date: Thu, 19 Sep 2024 12:18:08 +0000 Subject: [PATCH] d230 add sensor --- static/js/diag.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/js/diag.js b/static/js/diag.js index 22b4643..351e1f4 100644 --- a/static/js/diag.js +++ b/static/js/diag.js @@ -41,7 +41,8 @@ let details = { miscroSD: ["miscroSD", "Перепайка miscroSD"], sim: ["сим", "Замена сим лоток"], touch: ["touch", "Замена touch"], - speaker: ["динамика", "Замена динамика"] + speaker: ["динамика", "Замена динамика"], + sensor: ["Замена сенсор", "Сенсорный экран"] } const models = { @@ -867,8 +868,8 @@ msgText2 = document.querySelector(".text-2") toastClose = document.querySelector(".toast .close") toastCheck = document.querySelector(".toast-content .check") - -const buttonTest = document.querySelector("buttonTest") +// tesing Notification +// const buttonTest = document.getElementById('buttonTest') // buttonTest.addEventListener("click", () => { //testing button // showNotification('Test title', ' Containe messsage here
Lorem ipsum, dolor.') // });