Fix mobile view and update asset deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2017-06-15 07:58:12 +02:00
parent f93a3109a5
commit f99ebec0f2
9 changed files with 664 additions and 622 deletions

View File

@ -256,8 +256,7 @@ $(document).ready(() => {
========================================================================== */
$('article a[href^="http"]').after(
() => `<a href="${$(this).attr('href')}" class="add-to-wallabag-link-after" ` +
'title="add to wallabag"></a>',
() => `<a href="${$(this).attr('href')}" class="add-to-wallabag-link-after" title="add to wallabag"></a>`,
);
$('.add-to-wallabag-link-after').click((event) => {