function video_add_adminjs in Video 6.5
Same name and namespace in other branches
- 6.4 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 548 - Main file of the Video module.
Code
function video_add_adminjs() {
drupal_add_js(drupal_get_path('module', 'video') . '/js/video.admin.js');
}