Update main.js

This commit is contained in:
Matteo Gheza 2021-06-17 12:37:59 +02:00 committed by GitHub
parent 525ea01b6f
commit f42e8944e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ $(function() {
topNavBar.className = "topnav";
}
});
$("#logout-text").on("click", function(){ location.href='{{ urlsoftware }}logout.php'; });
$("#logout-text").on("click", function(){ location.href='logout.php'; });
});
export var lastTableLoadConfig = {