You are here

function fivestar_dynamicload_paths in Javascript Tools 5

File

dynamicload/paths.inc, line 12
Define paths to exclude from dynamic loading.

Code

function fivestar_dynamicload_paths() {
  return array(
    'fivestar/vote*',
  );
}