Skip to content

Commit

Permalink
Change method of concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
dklawren committed Jun 12, 2024
1 parent d078a52 commit 41173e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/BugModal/web/bug_modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ $(function() {
if (has_needinfo_from) {
query_string += "&note=Needinfo+requested+by+" + encodeURIComponent(has_needinfo_from);
}
window.location = `${BUGZILLA.config.basepath}userprefs.cgi?` + query_string;
window.location = `${BUGZILLA.config.basepath}userprefs.cgi?${query_string}`;
});

// cancel button, reset the ui back to read-only state
Expand Down

0 comments on commit 41173e0

Please sign in to comment.