]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/index.js
Fix mobile view and update asset deps
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / index.js
index 5d448018325864fea55697eacbc21365edd8666b..39ad49aa6a8dc968269b5e05731cb0b7766757b9 100755 (executable)
@@ -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) => {