Files
ubuntu-post-install/services
Claude 88b4510383 Fix persistent "1 extension edited" false positive on page load
rowEdits() compared the Name field's trimmed DOM value against the
untrimmed model value — any device whose stored name has stray
leading/trailing whitespace (e.g. from a manual pjsip.conf edit)
permanently failed that comparison on every load, showing the
unsaved-changes bar with nothing actually changed. Trim both sides.
2026-07-26 22:50:37 +00:00
..