Skip to content

Commit

Permalink
misc: don't set public url on page twice when changed
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Aug 13, 2024
1 parent bf4700a commit 172e788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Shokofin/Configuration/configController.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ async function defaultSubmit(form) {
let publicUrl = form.querySelector("#PublicUrl").value;
if (publicUrl.endsWith("/")) {
publicUrl = publicUrl.slice(0, -1);
form.querySelector("#PublicUrl").value = publicUrl;
}

// Update the url if needed.
Expand Down

0 comments on commit 172e788

Please sign in to comment.