Skip to content

Commit 5e3ef39

Browse files
committed
[geo] load external templates
1 parent 0ccc5c7 commit 5e3ef39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/express/public/core/geo-countries/javascripts/countly.views.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ var getGeoAnalyticsView = function() {
332332
return new countlyVue.views.BackboneWrapper({
333333
component: GeoAnalyticsView,
334334
vuex: tabsVuex,
335-
templates: []
335+
templates: countlyVue.container.templates(['/geo/external/templates'])
336336
});
337337
};
338338
app.route("/analytics/geo", "analytics-geo", function() {

0 commit comments

Comments
 (0)