This commit is contained in:
Bruno Windels 2020-12-03 11:07:38 +01:00
parent 32fdb6c9c3
commit e8e2f04f01
4 changed files with 4 additions and 4 deletions

View File

@ -39,4 +39,4 @@ export class RootView extends TemplateView {
function externalLink(t, href, label) {
return t.a({href, target: "_blank", rel: "noopener noreferrer"}, label);
}
}

View File

@ -106,4 +106,4 @@ class InstallClientView extends TemplateView {
return t.div({className: "InstallClientView"}, children);
}
}
}

View File

@ -146,4 +146,4 @@ if (this._preferredClient.getLinkSupport(this.preferences.platform, this._link))
} else {
this.acceptInstructions = this._preferredClient.getLinkInstructions(this.preferences.platform, this._link);
}
*/
*/

View File

@ -75,4 +75,4 @@ export class ViewModel extends EventEmitter {
preferences: this.preferences,
}, options);
}
}
}