Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan687 committed Jan 23, 2017
1 parent 45aec96 commit 5567a33
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _site/app/result/result.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _site/app/result/result.component.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _site/app/result/result.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class ResultComponent implements OnInit, OnChanges {
public urlAvailable: boolean = false;
@Input() selectedTypes: any;
// public dejavuDomain: string = 'http://localhost:1358/';
public dejavuDomain: string = window.location.protocol+'//opensource.appbase.io/dejavu/live/';
public dejavuDomain: string = 'https://opensource.appbase.io/dejavu/live/';

constructor(private sanitizer: DomSanitizer) {}

Expand Down
2 changes: 1 addition & 1 deletion _site/dist/angular/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8101,7 +8101,7 @@ var ResultComponent = (function () {
this.sanitizer = sanitizer;
this.urlAvailable = false;
// public dejavuDomain: string = 'http://localhost:1358/';
this.dejavuDomain = window.location.protocol + '//opensource.appbase.io/dejavu/live/';
this.dejavuDomain = 'https://opensource.appbase.io/dejavu/live/';
}
ResultComponent.prototype.ngOnInit = function () {
this.responseHookHelp.applyEditor({ readOnly: true });
Expand Down
4 changes: 2 additions & 2 deletions _site/dist/angular/build.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8101,7 +8101,7 @@ var ResultComponent = (function () {
this.sanitizer = sanitizer;
this.urlAvailable = false;
// public dejavuDomain: string = 'http://localhost:1358/';
this.dejavuDomain = window.location.protocol + '//opensource.appbase.io/dejavu/live/';
this.dejavuDomain = 'https://opensource.appbase.io/dejavu/live/';
}
ResultComponent.prototype.ngOnInit = function () {
this.responseHookHelp.applyEditor({ readOnly: true });
Expand Down
4 changes: 2 additions & 2 deletions dist/angular/build.min.js

Large diffs are not rendered by default.

0 comments on commit 5567a33

Please sign in to comment.