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; });