Lines 309-315
Link Here
|
309 |
} |
309 |
} |
310 |
|
310 |
|
311 |
this.settings.currentImageIndex = index; |
311 |
this.settings.currentImageIndex = index; |
312 |
this.elems.description.textContent = this.settings.description.call(this); |
312 |
this.elems.description.innerHTML = this.settings.description.call(this); |
313 |
this.elems.pagination.textContent = this.settings.pagination.call(this); |
313 |
this.elems.pagination.textContent = this.settings.pagination.call(this); |
314 |
this.arrows(); |
314 |
this.arrows(); |
315 |
return this.position(image).then(() => { |
315 |
return this.position(image).then(() => { |
316 |
- |
|
|