Initial commit
This commit is contained in:
10
js/script.js
Normal file
10
js/script.js
Normal file
@@ -0,0 +1,10 @@
|
||||
$(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>'
|
||||
});
|
||||
Reference in New Issue
Block a user