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