You are here

function views_bookmark_dynamicload_paths in Javascript Tools 5

@file Define paths to exclude from dynamic loading.

File

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

Code

function views_bookmark_dynamicload_paths() {
  return array(
    'views_bookmark*',
  );
}