summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-27 11:05:54 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-27 11:05:54 -0700
commit0bd96663f9ef1c8ec9e53fa8c9850dd75f53b202 (patch)
treeeed07b4a1c79774f1ecf050cced5954a0b1d092f /web/react
parent30f22ec9c757d41038a8fcaa4c3ea963301d2574 (diff)
downloadchat-0bd96663f9ef1c8ec9e53fa8c9850dd75f53b202.tar.gz
chat-0bd96663f9ef1c8ec9e53fa8c9850dd75f53b202.tar.bz2
chat-0bd96663f9ef1c8ec9e53fa8c9850dd75f53b202.zip
MM-2033 fixes img showing infinity progress
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/view_image.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/view_image.jsx b/web/react/components/view_image.jsx
index c65cd9bb5..24efce0f1 100644
--- a/web/react/components/view_image.jsx
+++ b/web/react/components/view_image.jsx
@@ -248,7 +248,6 @@ module.exports = React.createClass({
// display a progress indicator when the preview for an image is still loading
var percentage = Math.floor(this.state.progress[this.state.imgId]);
if (percentage) {
-
content = (
<div>
<img className='loader-image' src='/static/images/load.gif' />