mass tagger js makes use of new helper function

This commit is contained in:
Christian Walde 2010-09-09 01:38:24 +02:00
parent 02e738d384
commit 3fdcddcdd0

View file

@ -25,7 +25,7 @@ function remove_mass_tag_id( button, list, id, string ) {
function activate_mass_tagger ( image_link ) {
$('.thumbblock').each(
find_thumb_link_containers().each(
function ( index, block ) {
add_mass_tag_button( block, image_link );
}