// Directory page initializer. // Keeps templates mostly data-only. (function() { if (typeof jQuery !== 'function') { return; } jQuery(function() { if (typeof initDirectory === 'function') { initDirectory(); } }); })();