Added target="_blank" to "Update available" link
This commit is contained in:
committed by
Michael Latouche
parent
a464fadf2c
commit
68fdc80b6a
@@ -118,7 +118,8 @@ function MainController($scope, $location, appState, treeService, notificationsS
|
||||
message: "Click to download",
|
||||
sticky: true,
|
||||
type: "info",
|
||||
url: update.url
|
||||
url: update.url,
|
||||
target: "_blank"
|
||||
};
|
||||
notificationsService.add(notification);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user