wjsaya

Results 1 comments of wjsaya

> > > In this line > > https://github.com/TheInsomniac/Nginx-Fancyindex-Theme/blob/f6b958bf75c44bd1faf5ed0b2cbbf2b7ec9f88a7/footer.html#L12 > replace `unescape` with `decodeURIComponent` > It would be like this > > ``` > breadcrumbs += '' + window.decodeURIComponent(segments[i]) +...