Initial go live commit

This commit is contained in:
Fergal Moran
2014-05-28 22:39:34 +01:00
parent 82361f32b0
commit c81aa0e775
53 changed files with 1676 additions and 649 deletions

View File

@@ -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 }}",
};