changeset 472:38bf8d300b12

For slower connection, it's better to use img-link over data:
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 30 Aug 2017 08:47:01 +0859
parents 1dacdf998892
children 677597199031
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Mon Aug 28 22:51:45 2017 +0859
+++ b/s4-funcs.sh	Wed Aug 30 08:47:01 2017 +0859
@@ -3410,7 +3410,7 @@
 ## err fn=$fn, name=$name, ri=$ri; ls -lF "$td/" 1>&3
 			   #imgsrc="<img src=\"data:$ct,$data\">"
 			   #echo "<a href=\"$hrfb+$ri\">$imgsrc</a><br>"
-			   iconhref "$td/$fn" "$hrfb+$ri" ""
+			   iconhref2 "$td/$fn" "$hrfb+$ri" ""
 			 done)
 	  fi
 	else

yatex.org