diff --git a/skin.json b/skin.json index 5e38aa2..28c87d1 100644 --- a/skin.json +++ b/skin.json @@ -17,6 +17,7 @@ }, "ResourceModules": { "skins.timeless": { + "targets": [ "desktop", "mobile" ], "position": "top", "class": "ResourceLoaderSkinModule", "styles": { @@ -51,18 +52,21 @@ "@NOTE": "Remember to also update variables.less if you change the width cutoffs here. screen-misc.less and mobile.js may also need updating." }, "skins.timeless.misc": { + "targets": [ "desktop", "mobile" ], "position": "top", "styles": [ "resources/screen-misc.less" ] }, "skins.timeless.js": { + "targets": [ "desktop", "mobile" ], "position": "bottom", "scripts": [ "resources/main.js" ] }, "skins.timeless.mobile": { + "targets": [ "desktop", "mobile" ], "position": "bottom", "scripts": [ "resources/libraries/jquery.mobile.custom.js",