diff options
Diffstat (limited to 'src/js/captions.js')
-rw-r--r-- | src/js/captions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/captions.js b/src/js/captions.js index 851bf58d..247bf5db 100644 --- a/src/js/captions.js +++ b/src/js/captions.js @@ -183,7 +183,7 @@ const captions = { // Set new caption text this.elements.captions.appendChild(content); } else { - this.warn('No captions element to render to'); + this.console.warn('No captions element to render to'); } }, |