From 430d4ce7da54b9a2bce6f6d9e1b13a2af6ae7aad Mon Sep 17 00:00:00 2001 From: HardiReady Date: Sat, 23 Feb 2019 20:56:54 +0100 Subject: [PATCH] clean up --- static/src/app/app.component.html | 213 +++++------------------------- static/src/app/app.component.ts | 2 +- 2 files changed, 32 insertions(+), 183 deletions(-) diff --git a/static/src/app/app.component.html b/static/src/app/app.component.html index ca95249..b4dcee0 100644 --- a/static/src/app/app.component.html +++ b/static/src/app/app.component.html @@ -1,188 +1,37 @@
- - - -
-
- + + + +
+
+ -
- +
+ +
+ +
+
+
+ + + +
- -
-
-
- - - -
+
+
+ +
-
-
- +
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/src/app/app.component.ts b/static/src/app/app.component.ts index 50b7b78..b96b106 100644 --- a/static/src/app/app.component.ts +++ b/static/src/app/app.component.ts @@ -91,7 +91,7 @@ export class AppComponent implements OnInit { } ngOnInit() { - Observable.fromEvent(this.document, "scroll").subscribe(e => { + Observable.fromEvent(this.document, 'scroll').subscribe(e => { this.scrollTopVisible = document.body.scrollTop > this.scrollBtnVisibleVal || document.documentElement.scrollTop > this.scrollBtnVisibleVal; });