No description
Find a file
Kumi b3b9ea55d1
feat(navigation): enhance link handling and fetch redirects
Refactored feedback and quiz link detection to push both types
to the feedbackLinks array. Updated nextContent and openQuizModal
functions to handle "/quiz/" links similarly to "/feedback/" links,
including replacing "view" with "attempt" and ensuring they are
fetched to resolve potential redirects. This async handling ensures
users are directed accurately. Also, consolidated logic for URL manipulation to maintain consistency.
2024-07-04 14:31:27 +02:00
global.js fix: correct parameter usage for modal detection 2024-07-02 17:58:00 +02:00
script.js feat(navigation): enhance link handling and fetch redirects 2024-07-04 14:31:27 +02:00