summaryrefslogblamecommitdiffstats
path: root/nfsw/static/epilogue.js
blob: e7c3006a04071c605749ca34e5f441a45e8eaac9 (plain) (tree)
1
2
3
4
5
6
7
8




                                                     
                             

   









                                                                            
/**
 * SPDX-License-Identifier: ISC
 *
 * Copyright (C) 2019 rsiddharth <s@ricketyspace.net>
 *
 * This file is part of nfsw.
 */

document.addEventListener('DOMContentLoaded', function() {
    var ep_wrapper = document.getElementsByClassName('epilogue-wrapper')[0];
    ep_wrapper.style = 'display:block';

    window.setTimeout(
        function() {
            window.location.href = "/io";
        }, 5000
    );
});