wikijs-fork/client
IndieRodo 006dae1221
fix: links to subtitles with special characters (#1949)
This issue is related to #1006 . The $vuetify.goTo() function expects a UTF-8 ev.target.hash . However, the markdown CRM URIencodes the ev.target.hash (this is great for browser compatibility, not so much for Vuetify)

Adding decodeURIComponent() to ev.target.hash fixes compatibility with Vuetify.

This fixes GitHub issue #1873
2020-05-30 13:10:44 -04:00
..
components fix: Open Redirect Vulnerability Mitigation - CWE 601 (#1963) 2020-05-29 18:24:20 -04:00
graph feat: assets move + comments migration + admin users UI 2020-05-21 00:20:57 -04:00
helpers
libs feat: save conflict resolution 2020-03-21 19:18:08 -04:00
modules fix: i18n xhr for 5 lang codes 2019-09-27 14:59:53 -04:00
polyfills
scss fix: legacy page view 2020-05-21 00:20:57 -04:00
static misc: pack twemoji into asar 2020-05-24 15:17:36 -04:00
store feat: comments - default provider create (wip) + permissions 2020-05-26 22:56:24 -04:00
themes/default fix: links to subtitles with special characters (#1949) 2020-05-30 13:10:44 -04:00
client-app.js feat: comments UI 2020-05-21 00:20:57 -04:00
client-setup.js misc: deps cleanup + form validation fixes 2019-09-15 23:20:40 -04:00
index-app.js fix: theme loading optimizations 2020-04-24 17:40:41 -04:00
index-legacy.js feat: locales availability + IE display mode 2019-07-12 23:57:15 -04:00
index-setup.js fix: theme loading optimizations 2020-04-24 17:40:41 -04:00