fix cw stuff... again
This commit is contained in:
parent
d294a094f8
commit
bf6ef27874
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function setImage(id, src, width, height, href, cw, firstLoad) {
|
|||
newCaption = document.getElementById('cw-template')
|
||||
.content.firstElementChild.cloneNode(true);
|
||||
newCaption.querySelector('#cw-text').innerHTML = cw;
|
||||
addCWListeners(id, newCaption.querySelector('#cw'));
|
||||
addCWListeners(id, newCaption);
|
||||
}
|
||||
|
||||
if (caption) {
|
||||
|
|
Loading…
Reference in a new issue