initial commit
This commit is contained in:
7
static/js/group.js
Normal file
7
static/js/group.js
Normal 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;
|
||||
Reference in New Issue
Block a user