aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2016-08-22 23:34:44 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2016-08-22 23:34:44 +0300
commite32aea53ab2aa6382c60ec194617aa8e0a79c28f (patch)
tree345057c3d690df5fc37cd71b836ad10b3a8e0b15 /src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js
parent4b2774f8dbc8c2bff46d6ec3ca1d8553b1f9cebb (diff)
downloadwallabag-e32aea53ab2aa6382c60ec194617aa8e0a79c28f.tar.gz
wallabag-e32aea53ab2aa6382c60ec194617aa8e0a79c28f.tar.zst
wallabag-e32aea53ab2aa6382c60ec194617aa8e0a79c28f.zip
Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that allows you to clip a text on the second line and fixed cut entries title in card view
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js b/src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js
index 491a7916..a277bd00 100755
--- a/src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js
+++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js
@@ -69,6 +69,7 @@ $(document).ready(function(){
69 $(".nav-panels").css('background', 'transparent'); 69 $(".nav-panels").css('background', 'transparent');
70 return false; 70 return false;
71 }); 71 });
72 $(".card-title").dotdotdot();
72 $(window).scroll(function () { 73 $(window).scroll(function () {
73 var s = $(window).scrollTop(), 74 var s = $(window).scrollTop(),
74 d = $(document).height(), 75 d = $(document).height(),