diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-02-11 17:37:42 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-02-11 17:37:42 +0100 |
commit | cbe6ebb3e4a75269660caa6c2c9e8a97d384b4e2 (patch) | |
tree | 5da1af033df256f4ee78f9fa86a0849c84a3b2d9 /afm-client/app/Frontend/etc | |
parent | ee82008b4b7b6a03287f86950d3bdb2b047b5bbc (diff) |
added install
Change-Id: I38b58d9cc8843fdfed557b4e3e15d1462710e2e7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'afm-client/app/Frontend/etc')
-rw-r--r-- | afm-client/app/Frontend/etc/AppConfig.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/afm-client/app/Frontend/etc/AppConfig.js b/afm-client/app/Frontend/etc/AppConfig.js index 076cd91..177e825 100644 --- a/afm-client/app/Frontend/etc/AppConfig.js +++ b/afm-client/app/Frontend/etc/AppConfig.js @@ -13,7 +13,7 @@ paths: { // Warning paths should end with / image : 'images/', - icons : 'images/icons/', + icons : '/icons/', avatar: 'images/avatars/', audio : 'images/audio/', appli : 'images/appli/' @@ -53,4 +53,4 @@ }); -})();
\ No newline at end of file +})(); |