Skip to content

Commit

Permalink
Update listmod.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaTheLEGEND authored Feb 3, 2024
1 parent 1e47f53 commit 2b92b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gs/list/listmod.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function filterLinks() {
if (searchValue.indexOf("RICK") !== -1) {
window.location.replace("css/other-assets/index.html");
}
if((devmodevar === "true") && (searchValue.indexOf("devmode") !== -1)){
if((devmodevar === "true") && (searchValue.indexOf("DEVMODE") !== -1)){
window.open("/");
}
}

0 comments on commit 2b92b3d

Please sign in to comment.