Skip to content

Commit 5ab213e

Browse files
Update webroot/js/sort.js
Co-authored-by: Copilot <[email protected]>
1 parent 30e4d97 commit 5ab213e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/js/sort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
table.querySelectorAll("th").forEach(function (th) {
77
th.addEventListener("click", function (e) {
8-
if (th.innerHTML != "Actions") {
8+
if (th.innerHTML !== "Actions") {
99
if (e.target.classList.contains("filter")) {
1010
updateQueryStringParameter(
1111
window.location.href,

0 commit comments

Comments
 (0)