Skip to content
Snippets Groups Projects

Fix profile page

Merged Benjamin Åstrand requested to merge fixProfilePage into dev
3 files
+ 89
110
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -351,7 +351,7 @@ function loadMyProfile() {
function loadMyProfilePage() {
clearContent();
setTitle("Din Profil");
profilePage.loadPage(); //fix containers
profilePage.loadPage(currentProjectsListenersAdded); //fix containers
document.addEventListener("click", function (event) {
const target = event.target as HTMLElement;
//adds an event listener for the initiate page
Loading