Closed (fixed)
Project:
SAML Service Provider
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2026 at 21:29 UTC
Updated:
20 Apr 2026 at 14:25 UTC
Jump to comment: Most recent
Comments
Comment #5
adruryThis branch:
eslintto ignore the jQuery that can't be removed yetThe jQuery that can't be removed yet is the AJAX-related jQuery. It appears that
coreis still emittingajaxCompleteas a jQuery event, which is not catchable in plain JavaScript.Comment #7
jproctorThank you!