Project

General

Profile

« Previous | Next » 

Revision 53027

1. displayClaims.component: bug fix in keyword search.
2. dataset.component, orp.component: spelling corrections (#3845).
3.check before unsubscribe in landing and search/find, change the cookie link in app component

View differences:

publication.component.ts
114 114
  }
115 115

  
116 116
    ngOnDestroy() {
117
        this.sub.unsubscribe();
117
        if(this.sub){
118
          this.sub.unsubscribe();
119
        }
118 120
        if(this.piwiksub){
119 121
          this.piwiksub.unsubscribe();
120 122
        }

Also available in: Unified diff