0%

ocw 标签

2013
ynchronous loading of peripheral JS. script.async = false; } if (element.dataset.pjax !== undefined) { script.dataset.pjax = ''; } if (code !== '') { script.appendChild(document.createTextNode(code)); } parent.appendChild(script); }); NexT.boot.refresh(); // Define Motion Sequence & Bootstrap Motion. if (CONFIG.motion.enable) { NexT.motion.integrator .init() .add(NexT.motion.middleWares.subMenu) .add(NexT.motion.middleWares.postList) .bootstrap(); } NexT.utils.updateSidebarPosition(); });