pace
pace copied to clipboard
Pace won't run inside iframe
function resident_evil() { Pace.options.elements.selectors=['#MainContent']; Pace.restart(); }
and
Pace.on('hide', function() { document.getElementById("MainContent").setAttribute("onLoad", "resident_evil()"); });
them pace shows over full window