tweak warranty highlighting

This commit is contained in:
2021-10-07 20:28:39 -04:00
parent 98054b28f1
commit e3adeb55b1
3 changed files with 27 additions and 0 deletions
+2
View File
@@ -24,6 +24,8 @@ const notifCountStr = document.getElementById("lblTask").innerText;
const notifCount = parseInt(notifCountStr.split(" ")[2]); // Total task count
const notifCountNew = parseInt(notifCountStr.split(" ")[5].slice(1)); // New task count
/*
// Insert notification button
const insertButton = document.getElementById("exitBtn");
insertButton.innerHTML = `<div id='newBtn'><a href='#' id='notification-button'><span class='material-icons-outlined notification-icon'>notifications</span></a><span id='notification-badge'>${notifCountNew}</span></div>`;
*/