pace icon indicating copy to clipboard operation
pace copied to clipboard

Pace won't run inside iframe

Open Luiz-HSSD opened this issue 7 years ago • 0 comments

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

Luiz-HSSD avatar Jul 19 '18 13:07 Luiz-HSSD