Diff for /loncom/interface/loncommon.pm between versions 1.1213 and 1.1214

version 1.1213, 2015/04/07 13:44:25 version 1.1214, 2015/04/07 14:08:24
Line 7778  function LC_Offload_Now() { Line 7778  function LC_Offload_Now() {
         window.location.href="$newurl";          window.location.href="$newurl";
     }      }
 }  }
 window.alert('$msg');  \$(document).ready(function () {
 if ($disable_submit) {      window.alert('$msg');
     \$(document).ready(function () {      if ($disable_submit) {
         \$(".LC_hwk_submit").prop("disabled", true);          \$(".LC_hwk_submit").prop("disabled", true);
         \$( ".LC_textline" ).prop( "readonly", "readonly");          \$( ".LC_textline" ).prop( "readonly", "readonly");
     });      }
 }      setTimeout('LC_Offload_Now()', $timeout);
 setTimeout('LC_Offload_Now()', $timeout);  });
 </script>  </script>
 OFFLOAD  OFFLOAD
                             }                              }

Removed from v.1.1213  
changed lines
  Added in v.1.1214


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