Bug Fix - Edit Ignores

mainCallRoster should be referenced as MainCallRoster
merge-requests/43/head
Tag 2020-12-23 12:18:46 -08:00
rodzic 84e2d2b5a1
commit 96a7d7d44e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3270,13 +3270,13 @@ function clearAllCQIgnores()
function closeEditIgnores() function closeEditIgnores()
{ {
mainCallRoster.style.display = "block"; MainCallRoster.style.display = "block";
editView.style.display = "none"; editView.style.display = "none";
} }
function openIgnoreEdit() function openIgnoreEdit()
{ {
mainCallRoster.style.display = "none"; MainCallRoster.style.display = "none";
editView.style.display = "inline-block"; editView.style.display = "inline-block";
var worker = ""; var worker = "";
var clearString = "<th>none</th>"; var clearString = "<th>none</th>";