aboutsummaryrefslogtreecommitdiff
path: root/video.module
diff options
context:
space:
mode:
Diffstat (limited to 'video.module')
-rw-r--r--video.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.module b/video.module
index 33a4c3c..ff22472 100644
--- a/video.module
+++ b/video.module
@@ -1412,7 +1412,7 @@ function theme_video_fields($fields) {
* Import the video.js script
*/
function theme_video_get_script() {
- drupal_set_html_head('<script defer="defer" type="text/javascript" src="'. check_url(base_path() . drupal_get_path('module', 'video')) . '/video.js"></script>');
+ drupal_set_html_head('<script type="text/javascript" src="'. check_url(base_path() . drupal_get_path('module', 'video')) . '/video.js"></script>');
}
/******************************************************************************