Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.383 and 1.384

version 1.383, 2017/03/08 02:51:08 version 1.384, 2017/04/10 02:51:38
Line 3477  function go(url) { Line 3477  function go(url) {
    if (url!='' && url!= null) {     if (url!='' && url!= null) {
        currentURL = null;         currentURL = null;
        currentSymb= null;         currentSymb= null;
        window.location.href=url;         var lcHostname = setLCHost();
          window.location.href=lcHostname+url;
    }     }
 }  }
   

Removed from v.1.383  
changed lines
  Added in v.1.384


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