$(document).ready(
    function() {
        $('#sitemap').fileTree(
            {script: '/filetree_connector/'}, 
            function(file) {
                window.location.href=file; // Open in the same window
            });
    });
