summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-08-24 07:11:59 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-08-24 07:11:59 -0400
commit7d8a9bf0e8c79d752691e267a0438a9c707a0554 (patch)
tree4f0ccbcec9a87ce5f12ecd5fff57822d27856594 /web/templates/head.html
parent9843bcc0bf25733a8f7a7315a7e24a1dba1a22db (diff)
parentaaa0bb9d4dcaca0212a7bf1a7dc3dbd9b78fb6c5 (diff)
downloadchat-7d8a9bf0e8c79d752691e267a0438a9c707a0554.tar.gz
chat-7d8a9bf0e8c79d752691e267a0438a9c707a0554.tar.bz2
chat-7d8a9bf0e8c79d752691e267a0438a9c707a0554.zip
Merge pull request #439 from nickago/MM-1822
MM-1822 Added help text to profile picture screen
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 5448b09ed..02904e764 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -50,6 +50,8 @@
config = {};
}
config.SiteName = '{{ .SiteName }}';
+ config.ProfileWidth = '{{ .Props.ProfileWidth }}'
+ config.ProfileHeight = '{{ .Props.ProfileHeight }}'
</script>
<script src="/static/js/bundle.js"></script>