mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-07-14 18:27:25 +08:00
parent
0ff568a081
commit
9840e7ab8e
@ -460,7 +460,7 @@
|
|||||||
function getDefaultShortcutPrefixName() {
|
function getDefaultShortcutPrefixName() {
|
||||||
if (window.navigator.platform.toUpperCase().indexOf('MAC') >= 0)
|
if (window.navigator.platform.toUpperCase().indexOf('MAC') >= 0)
|
||||||
return "Mac OSX";
|
return "Mac OSX";
|
||||||
return null;
|
return "None";
|
||||||
}
|
}
|
||||||
}])
|
}])
|
||||||
.service('TerminalService', ['$window', function($window) {
|
.service('TerminalService', ['$window', function($window) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user