Browse Source

[svn r18012] Minor - Remove deprecated comment

Yannick Warnier 16 years ago
parent
commit
1e3925d392
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/inc/lib/javascript/email_links.lib.js.php

+ 0 - 1
main/inc/lib/javascript/email_links.lib.js.php

@@ -61,7 +61,6 @@ function loadEmailEditor(e)
 	}
 	//el is now my link object, so I can get el.href here to load the new window
 	var link = el.href.replace('mailto:','');
-	//document.location = "/ecoles-ccifc/claroline/messaging/email_editor.php?dest=" + el.href;
 	document.location = "<?php echo api_get_path(WEB_CODE_PATH);?>messaging/email_editor.php?dest=" + link;
 	//cancel default link action
 	if(window.event && window.event.returnValue){