bugfix
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
</form>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
// #[[
|
||||
onLoad(()=>{
|
||||
$('#login-form').on('submit', e => {
|
||||
api.postJson('login', { sesame: $('input[name="sesame"]')[0].value })
|
||||
@@ -20,4 +21,5 @@
|
||||
return false;
|
||||
});
|
||||
});
|
||||
// ]]#
|
||||
</script>
|
Reference in New Issue
Block a user