cookbook view refactored, minor ui fixes

This commit is contained in:
Kaibu
2021-09-13 19:28:16 +02:00
parent 0501dd9a0a
commit fd8797e2b7
12 changed files with 3956 additions and 195 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]
}