changeset 495:2bfb2755f70b

Configure jPlayer to show hours in the duration.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Nov 2011 18:10:30 +0000
parents 3800f3bcf4a8
children 61b81b97f02f
files gpp/templates/podcast/detail.html
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/templates/podcast/detail.html	Sat Nov 05 15:54:53 2011 +0000
+++ b/gpp/templates/podcast/detail.html	Sat Nov 05 18:10:30 2011 +0000
@@ -18,6 +18,7 @@
     $(document).ready(function(){
       $("#jquery_jplayer_1").jPlayer({
         ready: function () {
+          $.jPlayer.timeFormat.showHour = true;
           $(this).jPlayer("setMedia", jplayer_media);
         },
         swfPath: "{{ STATIC_URL }}js/jplayer",