# HG changeset patch # User Brian Neal # Date 1320516630 0 # Node ID 2bfb2755f70b458b42ef18ca2aeb05bf4d43f411 # Parent 3800f3bcf4a8d2e7bbcade3d2912f5cc4e7c1596 Configure jPlayer to show hours in the duration. diff -r 3800f3bcf4a8 -r 2bfb2755f70b gpp/templates/podcast/detail.html --- 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",