mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
Fix coding-standards issue
This commit is contained in:
parent
a6fcf79bbd
commit
be7a947ddd
1 changed files with 1 additions and 2 deletions
|
@ -160,8 +160,7 @@ function HifiNotifications(config, menuNotificationCallback) {
|
||||||
if ((optUrl.protocol === "hifi") || (optUrl.protocol === "hifiapp")) {
|
if ((optUrl.protocol === "hifi") || (optUrl.protocol === "hifiapp")) {
|
||||||
StartInterface(options.url);
|
StartInterface(options.url);
|
||||||
_menuNotificationCallback(options.notificationType, false);
|
_menuNotificationCallback(options.notificationType, false);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
shell.openExternal(options.url);
|
shell.openExternal(options.url);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue