Fixup coding style
This commit is contained in:
@@ -129,7 +129,7 @@ function create() {
|
||||
}
|
||||
|
||||
if (app.manifest.postInstallMessage) {
|
||||
var text= app.manifest.postInstallMessage;
|
||||
let text = app.manifest.postInstallMessage;
|
||||
// we chose - because underscore has special meaning in markdown
|
||||
text = text.replace(/\$CLOUDRON-APP-LOCATION/g, app.subdomain);
|
||||
text = text.replace(/\$CLOUDRON-APP-DOMAIN/g, app.domain);
|
||||
|
||||
Reference in New Issue
Block a user