Eliminate unused code.
Wed Oct 27 19:56:56 UTC 2010 pix@kepibu.org
* Eliminate unused code.
hunk ./form-to-http-auth.js 6
- /* Force the browser to clear the auth credentials. */
- /*
- var xhr = $.ajax({
- url: "/ajax-login.php",
- async: true,
- global: false,
- username: "-",
- password: "-",
- dataType: "text"
- });
- xhr.abort();
- */