aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery.tinydot.min.js
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-08-23 17:24:46 +0200
committerGitHub <noreply@github.com>2016-08-23 17:24:46 +0200
commit2f9927404d620f719d4b30d9205ff43c0238e6a1 (patch)
tree67c7a07fb012b8c0b0068f9cbcd2aee049aa5a5e /src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery.tinydot.min.js
parentd5de909bbc2c757e749e91c6638cddf8b29f92bd (diff)
parent28388e15c38290ba920849883c91f827a257cb50 (diff)
downloadwallabag-2f9927404d620f719d4b30d9205ff43c0238e6a1.tar.gz
wallabag-2f9927404d620f719d4b30d9205ff43c0238e6a1.tar.zst
wallabag-2f9927404d620f719d4b30d9205ff43c0238e6a1.zip
Merge pull request #2230 from modos189/issue_2055
Cut entries title in card view: continued
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery.tinydot.min.js')
-rw-r--r--src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery.tinydot.min.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery.tinydot.min.js b/src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery.tinydot.min.js
new file mode 100644
index 00000000..32c5799f
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery.tinydot.min.js
@@ -0,0 +1 @@
!function(t,n){t.fn.tinydot||(t.fn.tinydot=function(n){for(var e=t(this).children("a"),i=t(this).height();t(e).outerHeight()>i;)t(e).text(function(t,n){return n.replace(/\W*\s(\S)*$/,"...")})})}(jQuery),jQuery(document).ready(function(t){t(".dot-ellipsis").each(function(){var n=new Object;t(this).tinydot(n)})});