Skip to content

Commit

Permalink
Merge pull request #5 from lyrasis/lyr-master
Browse files Browse the repository at this point in the history
Don't double-url() the thumbnail
  • Loading branch information
ruebot committed Jun 18, 2014
2 parents 8f79e37 + 2db9728 commit 2a8a210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islandora_videojs.module
Expand Up @@ -36,7 +36,7 @@ function islandora_videojs_theme($existing, $type, $theme, $path) {
*/
function islandora_videojs_preprocess_islandora_videojs(array &$variables) {
$params = $variables['params'];
$variables['tn'] = url($params['tn']);
$variables['tn'] = $params['tn'];
$videojs_path = libraries_get_path("video.js");
drupal_add_js($videojs_path . "/video.js");
drupal_add_css($videojs_path . '/video-js.css');
Expand Down

0 comments on commit 2a8a210

Please sign in to comment.