document.addEventListener("DOMContentLoaded", function () { if (typeof(document.getElementById('body-forum')) != 'undefined' && document.getElementById('body-forum') != null) { if (typeof(document.getElementById('choices-container')) != 'undefined' && document.getElementById('choices-container') != null) { console.log(document.getElementById('category-list')); console.log('firing'); initChoicesMenu({ data: window.nbdata, wrapper_classes: ['choices-wrapper', 'choices-wrapper-notebooks'], replace_el: document.getElementById('category-list'), choices_name: "choices-category", choices_id: "choices-category" }); } } });