From e25817cd88d3794800fc205fec5142083a2ab29e Mon Sep 17 00:00:00 2001 From: Stojce Slavkovski Date: Tue, 10 Jun 2014 00:08:10 +0200 Subject: [PATCH] switch to amazon image resources --- examples/myBalance.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/myBalance.js b/examples/myBalance.js index e0dbd7c370..bd48e8fd21 100644 --- a/examples/myBalance.js +++ b/examples/myBalance.js @@ -18,7 +18,7 @@ var Account = Account || {}; (function () { "use strict"; - var iconUrl = 'http://dev.worklist.net/~stojce/', + var iconUrl = 'http://highfidelity-public.s3-us-west-1.amazonaws.com/images/tools/', overlayWidth = 150, overlayHeight = 50, overlayTopOffset = 15, @@ -46,7 +46,7 @@ var Account = Account || {}; y: overlayTopOffset, width: 122, height: 32, - imageURL: iconUrl + "walletsymbol.svg", + imageURL: iconUrl + "wallet.svg", alpha: 1 }), textOverlay = Overlays.addOverlay("text", {