diff options
author | KillyMXI | 2017-08-19 18:55:28 +0300 |
---|---|---|
committer | KillyMXI | 2017-08-19 18:55:28 +0300 |
commit | f00cc986649259d198530705ff2e072306eae96e (patch) | |
tree | b0de07a76499c33caaa79df06d9428dc24d2caa7 /juick-www/src/main/webapp | |
parent | f8dade37160451884c97b851517fa1b61b716256 (diff) |
www: make lightbox working in thread
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index c317a2f2..247b3224 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -24,7 +24,7 @@ <div class="msg-txt">{{ msg | formatMessage }}</div> {% if msg.AttachmentType is not empty %} <div class="msg-media"> - <a href="//i.juick.com/p/{{ msg.mid }}.{{ msg.AttachmentType }}"> + <a href="//i.juick.com/p/{{ msg.mid }}.{{ msg.AttachmentType }}" data-fname="{{ msg.mid }}.{{ msg.AttachmentType }}"> <img src="//i.juick.com/photos-512/{{ msg.mid }}.{{ msg.AttachmentType }}" alt=""/> </a> </div> |