Diff for /loncom/html/res/adm/pages/menu.html between versions 1.2 and 1.3

version 1.2, 2000/08/29 15:00:05 version 1.3, 2000/09/05 04:57:52
Line 71  function go(url) { Line 71  function go(url) {
   
 function annotate() {  function annotate() {
    go('');     go('');
    window.open("http://kirk.lite.msu.edu/annotate?url_new=http://funny.guy.com", "Annotator", "width=365,height=265,scrollbars=0");     window.open("http://kirk.lite.msu.edu/adm/annotations/?url_new="+clientwindow.window.location.href, "Annotator", "width=365,height=265,scrollbars=0");
 }  }
   
 function set_bookmark() {  function set_bookmark() {

Removed from v.1.2  
changed lines
  Added in v.1.3


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