| 6 ajax.inc | ctools_ajax_command_reload() |
| 7 ajax.inc | ctools_ajax_command_reload() |
Force a reload of the current page.
<?php
function ctools_ajax_command_reload() {
ctools_add_js('ajax-responder');
return array(
'command' => 'reload',
);
}
?>