Mercurial > public > sg101
diff gpp/templates/podcast/detail.html @ 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 | f0f3966ea44f |
children |
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",