Merge branch 'feature/books_refactor' into develop

# Conflicts:
#	vue/webpack-stats.json
This commit is contained in:
Kaibu
2021-09-13 19:30:13 +02:00
17 changed files with 742 additions and 138 deletions

View File

@@ -124,6 +124,9 @@ export function resolveDjangoUrl(url, params = null) {
* */
export function getUserPreference(pref) {
if(window.USER_PREF === undefined) {
return undefined;
}
return window.USER_PREF[pref]
}