amended parameter passing

This commit is contained in:
Christian Walde 2010-07-31 18:15:40 +02:00
parent 6c42842cb4
commit 02e738d384

View File

@ -53,7 +53,7 @@ function get_image_id ( block ) {
return id; return id;
} }
function create_mass_tag_button ( id ) { function create_mass_tag_button ( id, image_link ) {
var img = $('<img />'); var img = $('<img />');
img.attr( "src", image_link+'/ext/mass_tagger/toggle.gif' ); img.attr( "src", image_link+'/ext/mass_tagger/toggle.gif' );