aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/material
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2016-08-22 23:59:20 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2016-08-22 23:59:20 +0300
commit474b086656eb628684d11d2c187a086d65a0fdd0 (patch)
treedb1518a6252c4ca9c0e778234dec60012b5f56bd /src/Wallabag/CoreBundle/Resources/public/themes/material
parente32aea53ab2aa6382c60ec194617aa8e0a79c28f (diff)
downloadwallabag-474b086656eb628684d11d2c187a086d65a0fdd0.tar.gz
wallabag-474b086656eb628684d11d2c187a086d65a0fdd0.tar.zst
wallabag-474b086656eb628684d11d2c187a086d65a0fdd0.zip
Simplify the initialization of the plugin dotdotdot
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public/themes/material')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js1
1 files changed, 0 insertions, 1 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 a277bd00..491a7916 100755
--- a/src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js
+++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js
@@ -69,7 +69,6 @@ $(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();
73 $(window).scroll(function () { 72 $(window).scroll(function () {
74 var s = $(window).scrollTop(), 73 var s = $(window).scrollTop(),
75 d = $(document).height(), 74 d = $(document).height(),