diff --git a/src/app/panels/map/module.js b/src/app/panels/map/module.js index afb9b5cc4c3..5d7ed971ea4 100755 --- a/src/app/panels/map/module.js +++ b/src/app/panels/map/module.js @@ -145,7 +145,7 @@ function (angular, app, _, $, config) { function render_panel() { elem.text(''); $('.jvectormap-zoomin,.jvectormap-zoomout,.jvectormap-label').remove(); - require(['./lib/map.'+scope.panel.map], function () { + require(['./panels/map/lib/map.'+scope.panel.map], function () { elem.vectorMap({ map: scope.panel.map, regionStyle: {initial: {fill: '#8c8c8c'}},