Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 381: | Line 381: | ||
} | } | ||
− | + | function moveSidebarToBody() { | |
− | + | document.body.appendChild(document.getElementById('MySidebar')) | |
− | + | } | |
$(document).ready( function() { | $(document).ready( function() { | ||
Line 390: | Line 390: | ||
collapseAll() | collapseAll() | ||
removeCSS() | removeCSS() | ||
− | + | moveSidebarToBody() | |
}); | }); | ||
checkUser() | checkUser() | ||
collapseAll() | collapseAll() | ||
removeCSS() | removeCSS() | ||
− | + | moveSidebarToBody() | |
}); | }); | ||
</script> | </script> |
Revision as of 23:50, 9 March 2021