Upgrade boilerplate
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user