aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/index.js
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-15 09:56:39 +0200
committerGitHub <noreply@github.com>2017-06-15 09:56:39 +0200
commit7e271553fe287f046a9a7c2143e44364365fa403 (patch)
treeb6c27602129793d7b8a6e4017b9218f408ea0b75 /app/Resources/static/themes/baggy/index.js
parentf93a3109a5f0999dbbd69131c9e5041c390120c9 (diff)
parentf99ebec0f2f39105147e3bdae790311db38c5ef9 (diff)
downloadwallabag-7e271553fe287f046a9a7c2143e44364365fa403.tar.gz
wallabag-7e271553fe287f046a9a7c2143e44364365fa403.tar.zst
wallabag-7e271553fe287f046a9a7c2143e44364365fa403.zip
Merge pull request #3229 from wallabag/fix-mobile-view
Fix mobile view and update asset deps
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) => {