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
wmantly
56c2fb1a5c
Fixed issue with matching wild card
2026-07-10 00:13:40 -04:00
wmantly
1bafc99da9
Clean up
2025-12-31 16:02:20 -05:00
wmantly
5dd07edf1a
Moved jq-repeat to use NPM package
2025-12-31 16:01:34 -05:00
wmantly
84cd762d33
Fixed .update issue in jqrepreat
2024-08-15 18:45:56 -04:00
wmantly
7bc4f80340
Added scrollTo function in JS base app
2024-08-15 18:44:46 -04:00
wmantly
b27e1b1617
Added relations to redis ORM
2024-08-13 15:18:47 -04:00
wmantly
2a5ca3664a
More UI stuff
2024-08-12 14:02:58 -04:00
wmantly
35d3a399e3
More UI stuff
2024-08-12 13:53:37 -04:00
wmantly
e86de04a69
Better UI for DNS
2024-08-11 22:57:18 -04:00
wmantly
3df3341235
DNS stuff
2024-08-10 23:07:32 -04:00
wmantly
0547e8efdf
Fixed issue with form ajax
2024-08-07 14:52:02 -04:00
wmantly
41919db8f8
wild card UI done
2024-08-06 17:52:00 -04:00
wmantly
84db245f4a
fixed issue with redis models
2024-08-06 13:11:55 -04:00
wmantly
e38504457c
WS fixes
2024-07-31 23:30:21 -04:00
wmantly
441e372987
Added socket.io
2024-07-31 19:01:55 -04:00
wmantly
baad9b0eec
moved front end JS libs to correct folder
2024-07-30 20:46:37 -04:00