]> iEval git - gruntmaster-page.git/blob - js/80-sidebar.js
dcb3bc97e7916ff146a74d5174a9f5d26fedb535
[gruntmaster-page.git] / js / 80-sidebar.js
1 $(function() {
2 if(!document.getElementById('sidebar')) {
3 q('main').insertAdjacentHTML('afterend', '<aside id="sidebar"></aside>');
4 }
5 });
This page took 0.040404 seconds and 4 git commands to generate.