Initial commit

This commit is contained in:
Wruczek
2016-06-28 23:18:59 +02:00
parent e321e10551
commit e49c2c27ad
390 changed files with 22561 additions and 0 deletions

10
js/script.js Normal file
View 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>'
});