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:
Howard Gao 2018-10-17 20:15:17 +08:00 committed by Clebert Suconic
parent 69447ca1f8
commit 7c699ff46b
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ var ARTEMIS = (function(ARTEMIS) {
workspace.subLevelTabs = subLevelTabs;
preLogoutTasks.addTask("clearArtemisCredentials", () => {
preLogoutTasks.addTask("clearArtemisCredentials", function () {
localStorage.removeItem('artemisUserName');
localStorage.removeItem('artemisPassword');
});