aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/index.js
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-15 07:58:12 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-15 07:58:12 +0200
commitf99ebec0f2f39105147e3bdae790311db38c5ef9 (patch)
treeb6c27602129793d7b8a6e4017b9218f408ea0b75 /app/Resources/static/themes/baggy/index.js
parentf93a3109a5f0999dbbd69131c9e5041c390120c9 (diff)
downloadwallabag-f99ebec0f2f39105147e3bdae790311db38c5ef9.tar.gz
wallabag-f99ebec0f2f39105147e3bdae790311db38c5ef9.tar.zst
wallabag-f99ebec0f2f39105147e3bdae790311db38c5ef9.zip
Fix mobile view and update asset deps
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'app/Resources/static/themes/baggy/index.js')
-rwxr-xr-xapp/Resources/static/themes/baggy/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Resources/static/themes/baggy/index.js b/app/Resources/static/themes/baggy/index.js
index 5d448018..39ad49aa 100755
--- a/app/Resources/static/themes/baggy/index.js
+++ b/app/Resources/static/themes/baggy/index.js
@@ -256,8 +256,7 @@ $(document).ready(() => {
256 ========================================================================== */ 256 ========================================================================== */
257 257
258 $('article a[href^="http"]').after( 258 $('article a[href^="http"]').after(
259 () => `<a href="${$(this).attr('href')}" class="add-to-wallabag-link-after" ` + 259 () => `<a href="${$(this).attr('href')}" class="add-to-wallabag-link-after" title="add to wallabag"></a>`,
260 'title="add to wallabag"></a>',
261 ); 260 );
262 261
263 $('.add-to-wallabag-link-after').click((event) => { 262 $('.add-to-wallabag-link-after').click((event) => {