From 784a89fc9e2041d330ff06c226ce8867fe67384c Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 19 Feb 2026 16:15:03 -0500 Subject: [PATCH] Rename custom.js to ajax.js --- CLAUDE.md | 2 +- rhodecode/public/js/{custom.js => ajax.js} | 2 +- rhodecode/templates/styleguide/index.mako | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename rhodecode/public/js/{custom.js => ajax.js} (99%) diff --git a/CLAUDE.md b/CLAUDE.md index 483d9573..716f13eb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -48,7 +48,7 @@ Capability drives presentation. Content for everyone, interactivity for those wh 1. **No CSS preprocessors.** Raw CSS only. CSS custom properties for theming. No LESS, no SASS, no PostCSS. 2. **CSS Grid only.** No flexbox, no floats. CSS Grid for all layout. -3. **No jQuery.** Vanilla JavaScript only. Create `custom.js` for shared utilities. +3. **No jQuery.** Vanilla JavaScript only. Create `ajax.js` for shared utilities. 4. **No framework bloat.** No Bootstrap, no Tailwind. Semantic HTML + minimal CSS. 5. **Progressive enhancement.** `