[bknr-cvs] r1906 - trunk/projects/quickhoney/website/static

bknr at bknr.net bknr at bknr.net
Tue Mar 7 19:47:59 UTC 2006


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>';
 	}




More information about the Bknr-cvs mailing list