Commit 6013862c by Damien Moulard

linting

parent 2395ba61
Pipeline #1477 canceled with stage
......@@ -36,5 +36,5 @@ $(document).on('click', '.accordion', function() {
$("#shift_exchange_btn").on("click", () => {
goto('echange-de-services');
})
});
});
\ No newline at end of file
......@@ -68,8 +68,8 @@ function goto(page) {
/**
* Define which html content to load from server depending on the window location
*
* WARNING: For the routing system to work,
*
* WARNING: For the routing system to work,
* public urls (those the users will see & navigate to) must be different than the server urls used to fetch resources
* (ex: public url: /members_space/mes-info ; server url: /members_space/my_info)
*/
......
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