aboutsummaryrefslogtreecommitdiff
path: root/src/app/gns-page
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-06-11 22:36:15 +0200
committerPhil <phil.buschmann@tum.de>2018-06-11 22:36:15 +0200
commit41266762a47ac3c5c1977c688c999116bd1f7db3 (patch)
tree06940937c87facfe351111796c6ee7ce50c1bf78 /src/app/gns-page
parentdedf1f9f6e2f74cc1b36cbfc566d05c3a50d163b (diff)
downloadgnunet-webui-41266762a47ac3c5c1977c688c999116bd1f7db3.tar.gz
gnunet-webui-41266762a47ac3c5c1977c688c999116bd1f7db3.zip
-wip fixes
Diffstat (limited to 'src/app/gns-page')
-rw-r--r--src/app/gns-page/gns-page.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/gns-page/gns-page.component.ts b/src/app/gns-page/gns-page.component.ts
index ea25fc5..844de8d 100644
--- a/src/app/gns-page/gns-page.component.ts
+++ b/src/app/gns-page/gns-page.component.ts
@@ -25,10 +25,10 @@ export class GnsPageComponent implements OnInit {
25 25
26 onSearch(){ 26 onSearch(){
27 this.url = '?name='+this.gns_name; 27 this.url = '?name='+this.gns_name;
28 if(this.gns_recordtype != null && this.gns_recordtype != ''){ 28 if(this.gns_recordtype != null){
29 this.url += '&record_type='+this.gns_recordtype; 29 this.url += '&record_type='+this.gns_recordtype;
30 } 30 }
31 if(this.gns_options != null && this.gns_options != ''){ 31 if(this.gns_options != null){
32 this.url += '&options='+this.gns_options; 32 this.url += '&options='+this.gns_options;
33 } 33 }
34 if(this.gns_zonekey != null && this.gns_zonekey != ''){ 34 if(this.gns_zonekey != null && this.gns_zonekey != ''){