Created
July 1, 2016 22:31
-
-
Save vojtatranta/2ad0880cca1f28eff6535149f6db3c55 to your computer and use it in GitHub Desktop.
This file contains 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 imageInDOM = document.getElementById('image-' + index); | |
if (imageInDOM) { | |
imageInDOM.querySelector('h3').textContent = timeLastUpdated; | |
} else { | |
var flickr = document.createElement('div'); | |
var flickrH1 = document.createElement('h1'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment