aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery.tinydot.min.js
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2016-08-23 12:58:35 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2016-08-23 12:58:35 +0300
commit28388e15c38290ba920849883c91f827a257cb50 (patch)
tree1c79794858a83140aeecdcbde8b774f296cf1ff1 /src/Wallabag/CoreBundle/Resources/public/themes/material/js/jquery.tinydot.min.js
parent474b086656eb628684d11d2c187a086d65a0fdd0 (diff)
downloadwallabag-28388e15c38290ba920849883c91f827a257cb50.tar.gz
wallabag-28388e15c38290ba920849883c91f827a257cb50.tar.zst
wallabag-28388e15c38290ba920849883c91f827a257cb50.zip
Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes)
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)})});