From fa3a97a20099d1bab24b1d89b9c716d894d8891a Mon Sep 17 00:00:00 2001 From: gtitov Date: Thu, 3 Nov 2022 17:13:41 +0300 Subject: [PATCH] comment --- gui/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/main.js b/gui/main.js index d5ce19d..34a4962 100644 --- a/gui/main.js +++ b/gui/main.js @@ -1,3 +1,4 @@ +// REPLACE localhost WITH ACTUAL HOST IP document.addEventListener("DOMContentLoaded", function () { // console.log("ok") var students_selector = document.getElementById("students-selector")