Created
May 13, 2016 02:04
-
-
Save fernandodebrando/f3d85bca5ec6bfffd871c1b677fe53f4 to your computer and use it in GitHub Desktop.
Possibilita visualizar fotos no site da produtora Proart
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
var fotos = document.getElementById("fotos_page").innerHTML; | |
var res = fotos.replace(/\\/g, "/"); | |
document.getElementById("fotos_page").innerHTML = res; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment