Skip to content

Commit

Permalink
ARTEMIS-2133 Artemis tab not showing on IE browser
Browse files Browse the repository at this point in the history
The web console on IE doesn't have 'Artemis' showed up because
it doesn't support javascripts => function.

(cherry picked from commit 7c699ff)
  • Loading branch information
howardgao authored and clebertsuconic committed Oct 18, 2018
1 parent 878b310 commit a725637
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -362,7 +362,7 @@ var ARTEMIS = (function(ARTEMIS) {

workspace.subLevelTabs = subLevelTabs;

preLogoutTasks.addTask("clearArtemisCredentials", () => {
preLogoutTasks.addTask("clearArtemisCredentials", function () {
localStorage.removeItem('artemisUserName');
localStorage.removeItem('artemisPassword');
});
Expand Down

0 comments on commit a725637

Please sign in to comment.