From 650d26afea057b11d822594aa18bde9da45f9045 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 27 Nov 2017 15:04:59 +0100 Subject: [PATCH] use unified listmap in profile app --- www/profile/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/profile/inner.js b/www/profile/inner.js index 730a537b9..66ae6aef1 100644 --- a/www/profile/inner.js +++ b/www/profile/inner.js @@ -1,7 +1,7 @@ define([ 'jquery', '/bower_components/chainpad-crypto/crypto.js', - '/common/sframe-chainpad-listmap.js', + '/bower_components/chainpad-listmap/chainpad-listmap.js', '/common/toolbar3.js', '/bower_components/nthen/index.js', '/common/sframe-common.js',