Skip to content
Snippets Groups Projects
Commit 341213c0 authored by Michael Long's avatar Michael Long
Browse files

restore whitespace

parent 2724bf79
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!68dark mode for webv4
...@@ -125,6 +125,7 @@ document.addEventListener("DOMContentLoaded", function(){ ...@@ -125,6 +125,7 @@ document.addEventListener("DOMContentLoaded", function(){
}); });
window.onload = function () { window.onload = function () {
$('#button-logout').click(logout); $('#button-logout').click(logout);
$('#button-login').click(login); $('#button-login').click(login);
$('#form-login').submit(login); $('#form-login').submit(login);
...@@ -170,4 +171,5 @@ window.onload = function () { ...@@ -170,4 +171,5 @@ window.onload = function () {
Object.keys(_sbbs_events).forEach(function (e) { Object.keys(_sbbs_events).forEach(function (e) {
es.addEventListener(e, _sbbs_events[e].callback); es.addEventListener(e, _sbbs_events[e].callback);
}); });
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment