Files
protocol-droid/frontend
Protocolbot 31492d55d3 fix: back button navigation — isRouting guard on all hash setting
The isRouting flag prevents showDetail, showCollectionDetail,
showUser, and navigate from setting location.hash when called
from route() (triggered by back button hashchange). This was
creating duplicate history entries that trapped the user.

Also fixed: init() re-route check now uses #protocols not #library,
and removed duplicate location.hash = 'about' in navigate().
2026-07-08 14:23:13 -06:00
..