d230 add sensor
This commit is contained in:
parent
1358d01555
commit
e18d451978
|
@ -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 <br>Lorem ipsum, dolor.')
|
||||
// });
|
||||
|
|
Loading…
Reference in New Issue