Project

General

Profile

« Previous | Next » 

Revision 60927

[Connect | Trunk]: Add smooth scroll service

View differences:

statistics.component.ts
90 90
    this._meta.updateTag({content: url}, "property='og:url'");
91 91
    this.subs.push(this._communityService.getCommunityAsObservable().subscribe(
92 92
      community => {
93
        if (typeof document !== 'undefined') {
94
          HelperFunctions.scroll();
95
        }
96 93
        if(community) {
97 94
          this.communityId = community.communityId;
98 95
          if (this.currentMode == "showInMonitor" && this.properties.enablePiwikTrack && (typeof document !== 'undefined')) {

Also available in: Unified diff