function ctools_ajax_command_reload
Force a reload of the current page.
1 call to ctools_ajax_command_reload()
- ctools_ajax_sample_login_success in ctools_ajax_sample/
ctools_ajax_sample.module - Post-login processor: should we go to the user account or stay in place?
File
-
includes/
ajax.inc, line 127
Code
function ctools_ajax_command_reload() {
ctools_add_js('ajax-responder');
return array(
'command' => 'reload',
);
}