Removed obviously completed TODO comment.

This commit is contained in:
Michael Jumper
2012-03-20 10:27:01 -07:00
parent 4d768a708c
commit 0226d26993

View File

@@ -174,9 +174,6 @@
window.location.href = "logout"; window.location.href = "logout";
}; };
// TODO: Get connection list
// On no-auth fail, show login UI
loginForm.onsubmit = function() { loginForm.onsubmit = function() {
var username = document.getElementById("username"); var username = document.getElementById("username");