You are here

function asaf_ajax_command_reload in Asaf (ajax submit for any form) 8

Same name and namespace in other branches
  1. 7 asaf.module \asaf_ajax_command_reload()

File

./asaf.module, line 676
Main module file.

Code

function asaf_ajax_command_reload($window = 'current') {
  return array(
    'command' => 'asafReload',
    'window' => $window,
  );
}