initial commit

This commit is contained in:
Иван
2020-09-19 09:27:02 +03:00
commit a4acfadb65
44 changed files with 2783 additions and 0 deletions

7
static/js/group.js Normal file
View File

@@ -0,0 +1,7 @@
function SomeFunc() {
console.log("started");
var elem = document.getElementById("grpselector");
var strUser = e.options[e.selectedIndex].text;
console.log(strUser)
}
window.onload = SomeFunc;

1
static/js/js Normal file
View File

@@ -0,0 +1 @@
t

2
static/js/js.js Normal file
View File

@@ -0,0 +1,2 @@
a = getElementById('group__time')
alert(a)