mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-28 22:39:27 +00:00
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…
x
Reference in New Issue
Block a user