newlines
This commit is contained in:
parent
32fdb6c9c3
commit
e8e2f04f01
@ -39,4 +39,4 @@ export class RootView extends TemplateView {
|
|||||||
|
|
||||||
function externalLink(t, href, label) {
|
function externalLink(t, href, label) {
|
||||||
return t.a({href, target: "_blank", rel: "noopener noreferrer"}, label);
|
return t.a({href, target: "_blank", rel: "noopener noreferrer"}, label);
|
||||||
}
|
}
|
||||||
|
@ -106,4 +106,4 @@ class InstallClientView extends TemplateView {
|
|||||||
|
|
||||||
return t.div({className: "InstallClientView"}, children);
|
return t.div({className: "InstallClientView"}, children);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -146,4 +146,4 @@ if (this._preferredClient.getLinkSupport(this.preferences.platform, this._link))
|
|||||||
} else {
|
} else {
|
||||||
this.acceptInstructions = this._preferredClient.getLinkInstructions(this.preferences.platform, this._link);
|
this.acceptInstructions = this._preferredClient.getLinkInstructions(this.preferences.platform, this._link);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
@ -75,4 +75,4 @@ export class ViewModel extends EventEmitter {
|
|||||||
preferences: this.preferences,
|
preferences: this.preferences,
|
||||||
}, options);
|
}, options);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user