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_user.js
Normal file
19
static/js/pages/page_user.js
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
import { PageBase } from "./page_base.js";
|
||||
|
||||
export class PageUser extends PageBase {
|
||||
static hash = hashPageUser;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
initialize() {
|
||||
this.sharedInitialize();
|
||||
hookupButtonsContactUs();
|
||||
}
|
||||
|
||||
leave() {
|
||||
super.leave();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user