Files
proxy/nodejs/public
wmantly f4ba086fd2 Fix jQuery 4 removed-API usage in app-base.js
jQuery 4 removed $.isFunction and $.holdReady, which threw at runtime
("$.isFunction is not a function" on the Clear Cache / delete path).

- Replace the three $.isFunction(callback) checks with typeof === 'function'.
- Drop the two $.holdReady calls in forceLogin; the redirect already keeps
  an unauthenticated user off the page.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-10 12:22:02 -04:00
..
2025-12-31 16:02:20 -05:00
2026-07-10 00:13:40 -04:00
2025-12-31 19:08:28 -05:00