]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/public/themes/material/js/init.js
Merge pull request #2330 from pmichelazzo/master
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / public / themes / material / js / init.js
index a277bd008d0bf304d4f418d605e631adb38f47ad..491a7916d68d5b1d2a09c240523375e28c23ccc2 100755 (executable)
@@ -69,7 +69,6 @@ $(document).ready(function(){
         $(".nav-panels").css('background', 'transparent');
         return false;
     });
-    $(".card-title").dotdotdot();
     $(window).scroll(function () {
         var s = $(window).scrollTop(),
         d = $(document).height(),