home: display first mail on page load

This commit is contained in:
Frédéric Péters 2015-07-15 18:06:24 +02:00
parent dc2dededec
commit 0e93097856
1 changed files with 4 additions and 0 deletions

View File

@ -113,4 +113,8 @@ $(function() {
return false;
});
$('#pdf-viewer').on('load', function() {
$('.mails ul li[data-pdf-href]:first-child').trigger('click');
});
});