ARTEMIS-2133 Artemis tab not showing on IE browser
The web console on IE doesn't have 'Artemis' showed up because it doesn't support javascripts => function.
This commit is contained in:
parent
69447ca1f8
commit
7c699ff46b
|
@ -362,7 +362,7 @@ var ARTEMIS = (function(ARTEMIS) {
|
|||
|
||||
workspace.subLevelTabs = subLevelTabs;
|
||||
|
||||
preLogoutTasks.addTask("clearArtemisCredentials", () => {
|
||||
preLogoutTasks.addTask("clearArtemisCredentials", function () {
|
||||
localStorage.removeItem('artemisUserName');
|
||||
localStorage.removeItem('artemisPassword');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue