Author: hhubner Date: 2006-03-07 14:47:58 -0500 (Tue, 07 Mar 2006) New Revision: 1906
Modified: trunk/projects/quickhoney/website/static/javascript.js Log: Correct correction
Modified: trunk/projects/quickhoney/website/static/javascript.js =================================================================== --- trunk/projects/quickhoney/website/static/javascript.js 2006-03-07 19:46:37 UTC (rev 1905) +++ trunk/projects/quickhoney/website/static/javascript.js 2006-03-07 19:47:58 UTC (rev 1906) @@ -743,8 +743,8 @@ var image = row[image_index]; thumbnail_html += '<a href="#" onclick="display_image(' + "'" + image.position + "'" + ');">' - + '<img class="inherited_image" width="' + cell_width + '" height="' + cell_height + ',8" ' - + ' src="/image/' + image.name + '/cell,' + background_color + ',' + cell_width + ',' + cell_height + '" ' + + '<img class="inherited_image" width="' + cell_width + '" height="' + cell_height + '" ' + + ' src="/image/' + image.name + '/cell,' + background_color + ',' + cell_width + ',' + cell_height + ',8" ' + ' onload="reveal_image(this);" />' + '</a>'; }