--- loncom/interface/lonhtmlcommon.pm 2017/03/08 02:51:08 1.383 +++ loncom/interface/lonhtmlcommon.pm 2017/04/10 02:51:38 1.384 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.383 2017/03/08 02:51:08 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.384 2017/04/10 02:51:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3477,7 +3477,8 @@ function go(url) { if (url!='' && url!= null) { currentURL = null; currentSymb= null; - window.location.href=url; + var lcHostname = setLCHost(); + window.location.href=lcHostname+url; } }