v 1.2.4
This commit is contained in:
@ -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>'
|
||||
});
|
||||
|
Reference in New Issue
Block a user