Skip to content

Instantly share code, notes, and snippets.

@gastonsoto
Created February 20, 2020 12:41
Show Gist options
  • Save gastonsoto/fcc578627fe3a1bbaedd54fbbb0c7628 to your computer and use it in GitHub Desktop.
Save gastonsoto/fcc578627fe3a1bbaedd54fbbb0c7628 to your computer and use it in GitHub Desktop.
//Agregar clase opti-on para que el contenedor del optimizador sea visible
var optiContainer = document.getElementById("leptonIframeContainer");
optiContainer.classList.add("opti-on");
//Remover clase opti-on para que el contenedor del optimizador sea visible
var optiContainer = document.getElementById("leptonIframeContainer");
optiContainer.classList.remove("opti-on");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment