From 2032a705d214dec2cb54fa8723f5218e33b9088c Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 27 Nov 2017 08:44:19 +1300 Subject: [PATCH] Hosted version needs to use explicit directory --- index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 53c47e70..95678a2d 100755 --- a/index.html +++ b/index.html @@ -10,17 +10,17 @@ - - - + + + - + - - - + + + @@ -60,13 +60,13 @@ // Test mode, use un-minified code if (test_mode){ - js.src = '/iris/app.js?v='+build; - css.href = '/iris/app.css?v='+build; + js.src = '/mopidy_iris/static/app.js?v='+build; + css.href = '/mopidy_iris/static/app.css?v='+build; // Production-grade, minified app } else { - js.src = '/iris/app.min.js?v='+build; - css.href = '/iris/app.min.css?v='+build; + js.src = '/mopidy_iris/static/app.min.js?v='+build; + css.href = '/mopidy_iris/static/app.min.css?v='+build; // Initiate error tracking. This helps catch errors early so // patches can accurately and quickly fix issues.