fix URL accordingly to new documentation architecture
[platal.git] / htdocs / javascript / do_challenge_response_logged.js
index 2ec3595..80277f0 100644 (file)
@@ -18,8 +18,6 @@
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
-document.write('<script language="javascript" src="javascript/secure_hash.js"></script>');
-
 function readCookie(name)
 {
     var nameEQ = name + "=";