ultimate-jekyll-manager
Version:
Ultimate Jekyll dependency manager
12 lines (9 loc) • 321 B
JavaScript
// Page Loader Module - Initialization
export default function (Manager, options) {
// Shortcuts
const { webManager } = Manager;
// Log
console.log('Running initialize()');
// The click prevention logic has been moved to an inline script in base.html
// for immediate execution to prevent race conditions
}