This commit is contained in:
Matt Claypotch 2012-11-14 14:17:41 -08:00
Родитель fe9c279cc0
Коммит cebd9eebd0
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -97,6 +97,7 @@ function init_persona() {
if ($('body').data('user')) {
email = $('body').data('user').email;
}
console.log('detected user ' + email);
navigator.id.watch({
loggedInUser: email,
onlogin: function(assert) {