This commit is contained in:
Wruczek
2016-07-24 00:32:46 +02:00
parent 966ed7b99c
commit d084b8a1e2
7 changed files with 435 additions and 12 deletions

View File

@ -5,6 +5,6 @@ $(function () {
$('.news-body').readmore({
speed: 500,
collapsedHeight: 300,
moreLink: '<button type="button" class="btn btn-info">Pokaż wiecej</button>',
lessLink: '<button type="button" class="btn btn-info">Pokaż mniej</button>'
moreLink: '<button type="button" class="btn btn-dark">Pokaż wiecej</button>',
lessLink: '<button type="button" class="btn btn-dark">Pokaż mniej</button>'
});