Skip to content
Snippets Groups Projects
Commit 0f800b73 authored by Hesh Wanigasooriya's avatar Hesh Wanigasooriya
Browse files

#963252 by clintcar videojs.player.min.js not included in the video-js library

parent 3d584d9b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ function videojs_settings_form() {
'#type' => 'textfield',
'#title' => t('videojs file directory'),
'#default_value' => variable_get('videojs_directory', 'sites/all/libraries/video-js'),
'#description' => t('Specify the path that contains the videojs library. The videojs.player.min.js file should be in the root of this directory.'),
'#description' => t('Specify the path that contains the videojs library. The videojs.js file should be in the root of this directory.'),
);
$form['options'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment