Skip to content

Commit

Permalink
Fix js error
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Feb 6, 2025
1 parent ef772d0 commit 50cff6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/assets/js/wpt-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ function OpenNewPortalDialog() {
$("#new-portal-dialog").modal({
opacity: 80,
overlayClose: true,
containerId: 'new-portal-dialog-container',
containerId: "new-portal-dialog-container",
minWidth: 500,
maxWidth: 500
maxWidth: 500,
});
return false;
};
}

0 comments on commit 50cff6b

Please sign in to comment.