Also open platform and email logs in a new tab instead of a window
This commit is contained in:
@@ -63,10 +63,6 @@ angular.module('Application').controller('SupportController', ['$scope', '$locat
|
||||
}
|
||||
};
|
||||
|
||||
$scope.showLogs = function () {
|
||||
window.open('/logs.html?id=box', 'Logs', 'width=1024,height=800').focus();
|
||||
};
|
||||
|
||||
Client.onReady(function () {
|
||||
Client.getAuthorizedKeys(function (error, keys) {
|
||||
if (error) return console.error(error);
|
||||
|
||||
Reference in New Issue
Block a user