1.started removal of CDNs.\n 2. Improved modular structure for all parts of project including database.
This commit is contained in:
19
static/js/pages/page_home.js
Normal file
19
static/js/pages/page_home.js
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
import { PageBase } from "./page_base.js";
|
||||
|
||||
export class PageHome extends PageBase {
|
||||
static hash = hashPageHome;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
initialize() {
|
||||
this.sharedInitialize();
|
||||
this.hookupButtonsContactUs();
|
||||
}
|
||||
|
||||
leave() {
|
||||
super.leave();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user