Welcome to IOPWiki, Commander.
We are searching for editors to complete gameplay topics in all games. You can contribute without an account. Learn how to contribute and join our Discord server.

Widget:costumeSwitcher: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
Pianoforte (talk | contribs)
mNo edit summary
Pianoforte (talk | contribs)
No edit summary
Line 23: Line 23:
         // As we change the link, we have to update the Thumb-Cache of the Media Viewer
         // As we change the link, we have to update the Thumb-Cache of the Media Viewer
         // Clear up the thumbs cache
         // Clear up the thumbs cache
         mw.mmv.bootstrap.thumbs = [];
         if (typeof mv !== "undefined" && typeof mv.mmv !== "undefined" && typeof mv.mmv.bootstrap !== "undefined" && typeof mv.mmv.bootstrap.viewer !== "undefined") {
        // Search for all thumbs
          mw.mmv.bootstrap.thumbs = [];
        mw.mmv.bootstrap.processThumbs($("#content"));
          // Search for all thumbs
        // Re-Init the viewer with the new thumbs
          mw.mmv.bootstrap.processThumbs($("#content"));
        mw.mmv.bootstrap.viewer.initWithThumbs(mw.mmv.bootstrap.thumbs);
          // Re-Init the viewer with the new thumbs
}
          mw.mmv.bootstrap.viewer.initWithThumbs(mw.mmv.bootstrap.thumbs);
        }}


RLQ.push(function () {
RLQ.push(function () {

Revision as of 06:29, 15 December 2017


test