function showNewRedirect()

in www/static/js/404.js [60:63]


    function showNewRedirect(url) {
        $("#new-redirect-link").attr("href", url);
        $("#not-found-redirect-alert").css("display", "block");
    }