remove the auth on clicking the username

This commit is contained in:
Bryan Clark 2010-09-24 13:44:36 -07:00
Родитель 240ad74cc6
Коммит 452c582d30
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -577,17 +577,6 @@ function (require, $, fn, rdapi, oauth, jig, url,
});
});
//Handle login click for user information area.
$('ul.nav').delegate('.user-info', 'click', function (evt) {
var domain = $(this).attr('data-domain');
oauth(domain, function () {
//After oauth, just reload the page, let the account
//fetching do its work.
location.reload();
});
});
$("form.messageForm")
.submit(function (evt) {
//First clear old errors