Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2377#discussion_r225992639 --- Diff: artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/artemisPlugin.js --- @@ -362,7 +362,7 @@ var ARTEMIS = (function(ARTEMIS) { workspace.subLevelTabs = subLevelTabs; - preLogoutTasks.addTask("clearArtemisCredentials", () => { --- End diff -- This will be enough to fix IE?
---