Skip to content

Instantly share code, notes, and snippets.

@nvrossett
Created April 7, 2019 07:43
Show Gist options
  • Save nvrossett/2965aa8546ce7fa8046d3354b59a6b94 to your computer and use it in GitHub Desktop.
Save nvrossett/2965aa8546ce7fa8046d3354b59a6b94 to your computer and use it in GitHub Desktop.
Unidades do Facebook: Desfazer concluído
document.querySelectorAll('form[ajaxify]').forEach(function( el ){
var path = el.getAttribute('ajaxify')
el.setAttribute('ajaxify', path.replace( 'is_completed=1','is_completed=0' ) )
el.style.display = 'block';
el.querySelector('span').innerText = 'Desfazer';
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment