Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.304 and 1.305

version 1.304, 2012/03/25 14:36:01 version 1.305, 2012/03/26 02:47:46
Line 1313  sub htmlareaselectactive { Line 1313  sub htmlareaselectactive {
   
                if (typeof(dueDate) != "undefined") {                 if (typeof(dueDate) != "undefined") {
                   $("#duedatecountdown").countdown({until: dueDate, compact: true,                     $("#duedatecountdown").countdown({until: dueDate, compact: true, 
                                                   layout: "<b>Due in: {dn} {dl} {hnn}{sep}{mnn}{sep}{snn}</b>",                                                    layout: "<b>'.&mt("Due in: {dn} {dl} {hnn}{sep}{mnn}{sep}{snn}").'</b>",
                                                   onTick: function (periods) {                                                    onTick: function (periods) {
                          if($.countdown.periodsToSeconds(periods) < 60) {                           if($.countdown.periodsToSeconds(periods) < 60) {
                              $(this).css("color", "red");   //Highlight last minute.                               $(this).css("color", "red");   //Highlight last minute.

Removed from v.1.304  
changed lines
  Added in v.1.305


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>