--- loncom/interface/loncommon.pm 2015/04/07 13:44:25 1.1213 +++ loncom/interface/loncommon.pm 2015/04/07 14:08:24 1.1214 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1213 2015/04/07 13:44:25 raeburn Exp $ +# $Id: loncommon.pm,v 1.1214 2015/04/07 14:08:24 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7778,14 +7778,14 @@ function LC_Offload_Now() { window.location.href="$newurl"; } } -window.alert('$msg'); -if ($disable_submit) { - \$(document).ready(function () { +\$(document).ready(function () { + window.alert('$msg'); + if ($disable_submit) { \$(".LC_hwk_submit").prop("disabled", true); \$( ".LC_textline" ).prop( "readonly", "readonly"); - }); -} -setTimeout('LC_Offload_Now()', $timeout); + } + setTimeout('LC_Offload_Now()', $timeout); +}); OFFLOAD }