mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 20:28:46 -05:00
Merge branch 'feature/books_refactor' into develop
# Conflicts: # vue/webpack-stats.json
This commit is contained in:
@@ -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]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user