fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remaining Django 1.9 fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
js
/
base.js
diff --git
a/src/wolnelektury/static/js/base.js
b/src/wolnelektury/static/js/base.js
index
1cb62a4
..
439ba13
100644
(file)
--- a/
src/wolnelektury/static/js/base.js
+++ b/
src/wolnelektury/static/js/base.js
@@
-57,6
+57,14
@@
})
});
+ $('.more-expand').each(function () {
+ $(this).shorten({
+ showChars: 150,
+ moreText: "więcej",
+ lessText: "mniej"
+ });
+ });
+
(function() {