// Optional jScrollPane initializer for legacy pages that use `.scroll-pane`. // Keep it defensive: some pages may not load the plugin. (function() { if (typeof jQuery !== 'function') { return; } jQuery(function() { if (jQuery.fn && typeof jQuery.fn.jScrollPane === 'function') { jQuery('.scroll-pane').jScrollPane(); } }); })();