You are here

function imagepicker_upload_progress_busy in Image Picker 7

Same name and namespace in other branches
  1. 6.2 imagepicker.upload.inc \imagepicker_upload_progress_busy()
1 call to imagepicker_upload_progress_busy()
imagepicker_upload_form in ./imagepicker.upload.inc

File

./imagepicker.upload.inc, line 478

Code

function imagepicker_upload_progress_busy() {
  return '<div id="imagepicker-sending" style="display: none;"></div>';
}