From 7a5954cfd372a8775d3f2d94a32c52397fbbb71c Mon Sep 17 00:00:00 2001 From: Paladox Date: Sat, 31 Oct 2015 21:14:47 +0000 Subject: [PATCH] Fix postition warnings Change-Id: Id89d6fd006a7647940a3da4ffb5e30f335108d7b --- skin.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skin.json b/skin.json index 7c6718e..5534791 100644 --- a/skin.json +++ b/skin.json @@ -17,6 +17,7 @@ }, "ResourceModules": { "skins.timeless": { + "position": "top", "class": "ResourceLoaderSkinModule", "styles": { "resources/libraries/normalise.css": { @@ -37,6 +38,7 @@ } }, "skins.timeless.js": { + "position": "bottom", "scripts": [ "resources/main.js" ]