UNPKG

ultimate-jekyll-manager

Version:
12 lines (9 loc) 321 B
// 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 }