Skip to content

Bugfix/add route prefix

Benoit Alessandroni requested to merge bugfix/add-route-prefix into master

On merge request which initially included only css fixes (switch from id to class) but then I also tried to fix the associated JS and it looks like it is not working yet.

Lots of targetting by id. By convention we should not target anything by ID as an ID should be unique in a HTML page, and you cannot forbid your users to include the component twice on their apps. Which we do on Hubl.

Could you check that @Senza ?

Merge request reports