You are here

function video_add_adminjs in Video 6.4

Same name and namespace in other branches
  1. 6.5 video.module \video_add_adminjs()
2 calls to video_add_adminjs()
video.admin.inc in ./video.admin.inc
video_form_alter in ./video.module
Implementation of hook_form_alter()
1 string reference to 'video_add_adminjs'
video_form_alter in ./video.module
Implementation of hook_form_alter()

File

./video.module, line 488
video.module

Code

function video_add_adminjs() {
  drupal_add_js(drupal_get_path('module', 'video') . '/js/video.admin.js');
}