Skip to content

Commit bfda697

Browse files
TheWitnessCopilot
andauthored
Update js/monitor.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e25e6d5 commit bfda697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/monitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function applyFilter(action = '') {
9292
} else {
9393
strURL = 'monitor.php?header=false';
9494

95-
if (action >= '') {
95+
if (action !== '') {
9696
strURL += `&action=${action}`;
9797
}
9898

0 commit comments

Comments
 (0)