Add missing semicolons.
This commit is contained in:
committed by
Juliusz Chroboczek
parent
c6d065aa20
commit
5ad4df5a45
+1
-1
@@ -10,7 +10,7 @@ document.getElementById('groupform').onsubmit = function(e) {
|
||||
let group = document.getElementById('group').value.trim();
|
||||
if(group !== '')
|
||||
location.href = '/group/' + group;
|
||||
}
|
||||
};
|
||||
|
||||
async function listPublicGroups() {
|
||||
let div = document.getElementById('public-groups');
|
||||
|
||||
Reference in New Issue
Block a user