--- loncom/auth/lonacc.pm 2015/12/03 20:40:21 1.162 +++ loncom/auth/lonacc.pm 2016/02/20 00:12:49 1.163 @@ -1,7 +1,7 @@ # The LearningOnline Network # Cookie Based Access Handler # -# $Id: lonacc.pm,v 1.162 2015/12/03 20:40:21 damieng Exp $ +# $Id: lonacc.pm,v 1.163 2016/02/20 00:12:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -109,7 +109,6 @@ sub cleanup { my ($r)=@_; if (! $r->is_initial_req()) { return DECLINED; } &Apache::lonnet::save_cache(); - &Apache::lontexconvert::jsMath_reset(); return OK; }