Created
April 7, 2019 07:43
-
-
Save nvrossett/2965aa8546ce7fa8046d3354b59a6b94 to your computer and use it in GitHub Desktop.
Unidades do Facebook: Desfazer concluído
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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