Fix a typo in innerHTML
This commit is contained in:
parent
696705b815
commit
cd457e190e
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ function cycleSession(direction) {
|
|||
|
||||
function populateSessions() {
|
||||
let sessionObjects = lightdm.sessions;
|
||||
sessionsWrapper.innerHtml = "";
|
||||
sessionsWrapper.innerHTML = "";
|
||||
sessionObjects.forEach((s) => {
|
||||
let newSession = document.createElement("div");
|
||||
newSession.id = s.key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue