book abstracts - frontend
[wolnelektury.git] / src / wolnelektury / static / js / base.js
index 1cb62a4..bdb5fbe 100644 (file)
             })
         });
 
+        $('.more').each(function () {
+            $(this).shorten({
+                showChars: 150,
+                moreText: "wiÄ™cej",
+                lessText: "mniej"
+            });
+        });
+
 
 
         (function() {