From 488cc48ca100499f7b08167329a31f0ecc15ab5b Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 28 Dec 2012 18:27:41 +0100 Subject: [PATCH] use generated themed loading icon --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7bbdf0b0..a22b53cd 100644 --- a/index.js +++ b/index.js @@ -159,7 +159,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test( return css; }, getSRC: function(element) { - return 'source/Ox.UI/themes/' + app.user.theme + '/' + { + return 'build/Ox.UI/themes/' + app.user.theme + '/' + { icon: 'png/icon16.png', loading: 'svg/symbolLoading.svg', logo: 'png/logo128.png'