helialprofile.png
Welcome to IOPWiki, Commander.
We are lacking editors focused on Girls' Frontline and Girls' Frontline 2. You can contribute without an account. Learn how to contribute and join our Discord server.

Changes

Jump to navigation Jump to search

MediaWiki:Gadget-chibiAnimation.js

153 bytes added, 10:41, 10 November 2022
Fixed file id handling with multiple spaces
});
}]);
 
// Replaces spaces with underscores to find proper files
function convertToWikiConformId(orig) {
return orig.replaceAll(' ', '_');
}
function initGirl() {
var loadingDivs = $(event.target).closest('.tdoll_chibi,.chibiAnimationContainer');
loadingDivs.addClass("loading");
var tdollId = convertToWikiConformId(currentDiv.data("tdollId").replace(" ", "_");
loadingDivs.attr('data-tdoll-costume', costumeSuffix);
var dormVariant = loadingDivs.find('.chibiDormSwitcher input').is(':checked');
var tdollChibiDivCostume = tdollChibiDiv.attr('data-tdoll-costume') || "";
var tdollId = convertToWikiConformId(currentDiv.data("tdollId").replace(" ", "_");
loadGirl(chibiAnimationBaseview, tdollId, tdollChibiDivCostume, futureEnabledState, girlLoadedHandler, requestedScale);
};
currentDiv.append(screencapLink);
var tdollId = convertToWikiConformId(currentDiv.data("tdollId").replace(" ", "_");
loadGirl(chibiAnimationBaseview, tdollId, "", false, girlLoadedHandler, requestedScale);

Navigation menu