Services page finished. Ready for deployment
This commit is contained in:
5
static/js/services.js
Normal file
5
static/js/services.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var _loading = true;
|
||||
|
||||
function hookupPageServices() {
|
||||
_loading = false;
|
||||
}
|
||||
@@ -59,6 +59,14 @@ function hookupNavigation() {
|
||||
});
|
||||
});
|
||||
|
||||
let btnNavServices = $(idNavServices);
|
||||
initialiseEventHandler(btnNavServices, flagInitialised, function() {
|
||||
btnNavServices.on("click", function(event) {
|
||||
event.stopPropagation();
|
||||
goToPage(hashPageServices);
|
||||
});
|
||||
});
|
||||
|
||||
let btnNavContact = $(idNavContact);
|
||||
initialiseEventHandler(btnNavContact, flagInitialised, function() {
|
||||
btnNavContact.on("click", function(event) {
|
||||
|
||||
Reference in New Issue
Block a user