]> git.mxchange.org Git - friendica.git/blobdiff - view/js/linkPreview.js
Merge pull request #9882 from MrPetovan/bug/po2php-plural-conversion
[friendica.git] / view / js / linkPreview.js
index f7278ce5b20fd2fe0fcb39d1d9e47b76d382bd23..27102be11aa90ff44600342c3c7308e24572a7ab 100644 (file)
 
                        for (i = 0; i < images.length; i++) {
                                // For small preview images we use a smaller attachment format.
-                               ///@todo here we need to add a check for !Config::get('system', 'always_show_preview').
+                               ///@todo here we need to add a check for !DI::config()->get('system', 'always_show_preview').
                                if (images[i].width >= 500 && images[i].width >= images[i].height) {
                                                imageClass = 'attachment-image';
                                }