function ctools_modal_command_loading

Display loading screen in the modal.

File

includes/modal.inc, line 146

Code

function ctools_modal_command_loading() {
    return array(
        'command' => 'modal_loading',
    );
}