Live Reload with Scripts Organizer

Marko Krstić
24 Oct 2021

We all hate switching between browsers, save, switch, reload.

This is a nice workaround until we create it as a build-in feature. Set it between 1500 ( 1,5 sec ) and 3. Less is too fast and if set as more you will wait too much.

Set it as Conditions > Header and activate Exclude page builder.

setTimeout(function() {
    setTimeout("location.reload(true);");
}, 1500);

Was this article helpful?

Tags

Categories

Never miss new post again

Subscribe and get list of new posts in your inbox

Click to Copy