aboutsummaryrefslogtreecommitdiff
path: root/video.module
diff options
context:
space:
mode:
authorFabio Varesano <fax8@13637.no-reply.drupal.org>2007-01-14 14:59:06 +0000
committerFabio Varesano <fax8@13637.no-reply.drupal.org>2007-01-14 14:59:06 +0000
commitcd355d137ff231091774b87050ffd5ec76d9ef4d (patch)
tree2114d99508bd582f840a97478f73aa1a013cc968 /video.module
parentb672efbca9d447a0605366ffaa44099a207d3529 (diff)
downloadvideo-cd355d137ff231091774b87050ffd5ec76d9ef4d.tar.gz
video-cd355d137ff231091774b87050ffd5ec76d9ef4d.tar.bz2
Let's prepare for video upload status bar.
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>');
}
/******************************************************************************