You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
314 B
11 lines
314 B
$(function () {
|
|
$('[data-toggle="tooltip"]').tooltip({"html": true})
|
|
})
|
|
|
|
$('.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>'
|
|
});
|