function reloadOutput()

in src/main/resources/SLING-INF/etc/clientlibs/repl/script.js [121:127]


    function reloadOutput() {
        if (Editor.all[currentState] !== undefined) {
            Editor.all[currentState].loadContent();
        } else {
            document.getElementsByTagName('iframe')[0].contentDocument.location.reload(true);
        }
    }