Commit fc1262d8 authored by nanahira's avatar nanahira

Merge branch 'master' of https://github.com/moecube/srvpro

parents 2b3a2364 7d006e5f
...@@ -57,7 +57,7 @@ var loadDb = function(db_file) { ...@@ -57,7 +57,7 @@ var loadDb = function(db_file) {
var cardHTML="<tr>"; var cardHTML="<tr>";
cardHTML+='<td><a href="'+ config.html_img_rel_path + result.id +'.jpg" target="_blank"><img src="'+config.html_img_rel_path+config.html_img_thumbnail+ result.id +'.jpg'+ config.html_img_thumbnail_suffix +'" alt="'+ result.name +'"></a></td>'; cardHTML+='<td><a href="'+ config.html_img_rel_path + result.id +'.jpg" target="_blank"><img data-original="'+config.html_img_rel_path+config.html_img_thumbnail+ result.id +'.jpg'+ config.html_img_thumbnail_suffix +'" alt="'+ result.name +'"></a></td>';
cardHTML+='<td>'+ result.name +'</td>'; cardHTML+='<td>'+ result.name +'</td>';
var cardText=""; var cardText="";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment