Skip to content

Commit

Permalink
fix old Broadsea 2.0 code causing bug (#106)
Browse files Browse the repository at this point in the history
fix old Broadsea 2.0 bug - causing random logouts
  • Loading branch information
leeevans authored Sep 5, 2023
1 parent 86b77d5 commit 780f3a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions atlas/config-local-template.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
define([], function () {
var configLocal = {};

// clearing local storage otherwise source cache will obscure the override settings
localStorage.clear();

var getUrl = window.location;
var baseUrl = getUrl.protocol + "//" + getUrl.host;

Expand Down

0 comments on commit 780f3a6

Please sign in to comment.