1. User login and barebones account section added.

This commit is contained in:
2024-08-04 21:32:42 +01:00
parent 6ad86825ea
commit 514289bc21
2328 changed files with 292462 additions and 758 deletions

View File

@@ -1,15 +1,9 @@
var _loading = true;
function hookupPageHome() {
hookupVideos();
// hookupVideos();
let btnContact = $($("button.button-contact")[0]);
initialiseEventHandler(btnContact, flagInitialised, function() {
btnContact.on("click", function(event) {
event.stopPropagation();
goToPage(hashPageContact);
});
});
hookupButtonsContactUs();
_loading = false;
}