Upgrade boilerplate

This commit is contained in:
Ludovic CANDELLIER
2021-09-22 21:01:43 +02:00
parent ffb9f81353
commit e98266e556
56 changed files with 1477 additions and 701 deletions

View File

@@ -4,7 +4,6 @@
<script>
function initScroll(selector, options) {
var selector = (typeof(selector) == 'undefined') ? '.nicescrollable' : selector;
var options = (typeof(options) == 'undefined') ? '' : options;
$(selector).niceScroll(options);