mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-26 11:37:33 +00:00
Initial go live commit
This commit is contained in:
@@ -16,7 +16,9 @@ com.podnoms.settings = {
|
||||
staticUrl: '{{ STATIC_URL }}',
|
||||
urlArgs: {{ IS_DEBUG }} ? "" : "bust="+ (new Date()).getTime(),
|
||||
currentUser: {{ CURRENT_USER_ID }},
|
||||
canHomepage: "{{ CURRENT_USER_CANHOMEPAGE }}",
|
||||
userName: "{{ CURRENT_USER_NAME }}",
|
||||
userSlug: "{{ CURRENT_USER_SLUG }}",
|
||||
userUrl: "{{ CURRENT_USER_URL }}",
|
||||
avatarImage: "{{ AVATAR_IMAGE }}"
|
||||
avatarImage: "{{ AVATAR_IMAGE }}",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user