• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 338: Line 338:     
$('.webp').each(function () {
 
$('.webp').each(function () {
     const file = $(this).data('src');
+
     const src = $(this).data('src');
 
     const init = $(this).data('init');
 
     const init = $(this).data('init');
     if (!file || init) return;
+
     if (!src || init) return;
 
       $(this).append($('<img>').attr('src', 'https://en.kancollewiki.net/Special:Filepath/' + src));
 
       $(this).append($('<img>').attr('src', 'https://en.kancollewiki.net/Special:Filepath/' + src));
 
         $(this).data('init', true);
 
         $(this).data('init', true);
cssedit, gkautomate
6,926

edits

Navigation menu