Remove all inline event handlers

This allows blueslip to catch exceptions from the event handlers on
these elements in addition to the other benefits that not using
inline handlers provide.

(imported from commit 2bdcb2496c6c08fa7228a20ce6164b527cf64e41)
This commit is contained in:
Zev Benjamin
2013-04-02 14:47:18 -04:00
parent 79d0e78130
commit de1f4b0be2
14 changed files with 154 additions and 50 deletions

View File

@@ -1033,7 +1033,3 @@ function fast_forward_pointer(btn) {
}
});
}
function logout() {
$('#logout_form').submit();
}