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