1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

debugging of image display

This commit is contained in:
John Supplee
2019-03-03 21:15:16 +02:00
parent e29e3a5cba
commit 7600e727c1
2 changed files with 8 additions and 5 deletions

View File

@@ -34,8 +34,9 @@
<script type="text/javascript">
function show_mailgraph() {
$('[data-src]').each(function() {
var that = this;
api(
$(this).attr('data-src'),
$(that).attr('data-src'),
'GET',
'',
function(data) {