{html}
<script>
$(document).ready(function() {
   $("#space-menu-link").hide();
});
</script>
{html}