Project

General

Profile

« Previous | Next » 

Revision 60927

[Connect | Trunk]: Add smooth scroll service

View differences:

shareInZenodo.component.ts
93 93
          }
94 94
          this.community = community;
95 95
          this.masterZenodoCommunityId = this.community.zenodoCommunity;
96
          if (typeof document !== 'undefined') {
97
            HelperFunctions.scroll();
98
          }
99 96
          if (this.masterZenodoCommunityId) {
100 97
            this.subs.push(this._zenodoCommunitieService.getZenodoCommunityById(this.properties, this.properties.zenodoCommunities + this.masterZenodoCommunityId, null).subscribe(
101 98
              result => {

Also available in: Unified diff