Skip to content

Commit eb32774

Browse files
committed
Fixed moodle template redirect
1 parent 16b68ce commit eb32774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/moodle_templates/list_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
console.log("Stay on list mode")
1717
}
1818
else {
19-
window.location.replace(window.location.href + "&mode=single");
19+
window.location.replace(window.location.origin + window.location.pathname + "?d=146523&mode=single");
2020
}
2121
</script>

0 commit comments

Comments
 (0)