--- loncom/auth/lonacc.pm 2006/08/30 21:48:51 1.95 +++ loncom/auth/lonacc.pm 2006/09/05 17:33:06 1.96 @@ -1,7 +1,7 @@ # The LearningOnline Network # Cookie Based Access Handler # -# $Id: lonacc.pm,v 1.95 2006/08/30 21:48:51 albertel Exp $ +# $Id: lonacc.pm,v 1.96 2006/09/05 17:33:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -44,6 +44,7 @@ sub cleanup { my ($r)=@_; if (! $r->is_initial_req()) { return DECLINED; } &Apache::lonnet::save_cache(); + &Apache::lontexconvert::jsMath_reset(); return OK; }