summaryrefslogtreecommitdiffstats
path: root/web/templates/channel.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-18 08:46:14 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-18 08:46:14 -0400
commit96d1eb1c800a427e31e63970e57d0824a3bc91e3 (patch)
tree4bf9b926fa3877de9bafaafcc0831e724e6fc7a3 /web/templates/channel.html
parentab197e98358f4f48b81669182a361b6641132029 (diff)
parent2c098d7711eda893f903329ab64528a7d387a6e8 (diff)
downloadchat-96d1eb1c800a427e31e63970e57d0824a3bc91e3.tar.gz
chat-96d1eb1c800a427e31e63970e57d0824a3bc91e3.tar.bz2
chat-96d1eb1c800a427e31e63970e57d0824a3bc91e3.zip
Merge pull request #378 from rgarmsen2295/mm-316c
MM-316 Allows users to drag and drop files from their computer to the center pane or RHS to upload them
Diffstat (limited to 'web/templates/channel.html')
-rw-r--r--web/templates/channel.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index da6fed97d..9bfd1fa35 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -14,6 +14,7 @@
<div id="navbar"></div>
</div>
<div class="row main">
+ <div id="file_upload_overlay"></div>
<div id="app-content" class="app__content">
<div id="channel-header"></div>
<div id="post-list"></div>