Commit 53ba732b by François C.

remove ending / in url location (needed for Web server rewriting rules)

parent 8f2be677
Pipeline #1859 passed with stage
in 1 minute 26 seconds
......@@ -4,7 +4,7 @@ $(document).ready(function() {
$(".page_content").show();
let location = window.location.href;
let location = window.location.href.replace(/\/$/, '');
$('.management_type_button').on('click', function() {
if (this.id == 'manage_makeups_button') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment