Diff for /rat/lonpage.pm between versions 1.115 and 1.116

version 1.115, 2016/05/30 04:50:39 version 1.116, 2016/05/30 09:27:35
Line 962  sub add_countdown_timer { Line 962  sub add_countdown_timer {
             $type = $donebuttonextras->{'type'};              $type = $donebuttonextras->{'type'};
         } else {          } else {
             $donebuttontext = &mt('Done');              $donebuttontext = &mt('Done');
               $type = 'map';
         }          }
         $donebutton =           $donebutton = 
             &Apache::lonmenu::done_button_js($type,'','',$proctor,$donebuttontext);              &Apache::lonmenu::done_button_js($type,'','',$proctor,$donebuttontext);

Removed from v.1.115  
changed lines
  Added in v.1.116


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