diff --git a/javascript/commons/Miscellaneous.js b/javascript/commons/Miscellaneous.js index ccf9279039..9876a50401 100644 --- a/javascript/commons/Miscellaneous.js +++ b/javascript/commons/Miscellaneous.js @@ -357,7 +357,7 @@ liquipedia.core.modules.push( 'talenttemplate' ); liquipedia.creepspot = { init: function() { if ( document.querySelector( '.creep-spot' ) !== null ) { - mw.loader.using( 'skins.bruinen.scripts' ).then( () => { + mw.loader.using( 'skins.' + mw.config.get( 'skin' ) + '.scripts' ).then( () => { document.querySelectorAll( '.creep-spot' ).forEach( ( cs ) => { const $this = $( cs ); const options = {