You are here

function password_strength_jqmulti_files in Password Strength 6.2

File

./password_strength.module, line 97
Provides password controls, validation, and strength checker.

Code

function password_strength_jqmulti_files() {
  return array(
    drupal_get_path('module', 'password_strength') . '/js/password.js',
  );
}