Skip to content

Commit

Permalink
Close the menu when refreshing the app
Browse files Browse the repository at this point in the history
  • Loading branch information
danarrib committed Feb 9, 2021
1 parent 167483f commit 9fd4056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/js/PageScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ function closeUISettings() {

function reloadApplication()
{
closeNav();
window.location.reload();
}

Expand Down

0 comments on commit 9fd4056

Please sign in to comment.