From 7f895a86607f3b4f90db91be92da83c0760e5c47 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 8 May 2018 12:33:29 +0100 Subject: [PATCH] don't lookup filming location on map --- static/js/infoView.0xdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/infoView.0xdb.js b/static/js/infoView.0xdb.js index c93046e8..c6a849ec 100644 --- a/static/js/infoView.0xdb.js +++ b/static/js/infoView.0xdb.js @@ -493,7 +493,7 @@ pandora.ui.infoView = function(data) { .css(css) .html( formatKey(Ox._('Filming Locations')) + data.filmingLocations.map(function(location) { - return '' + location + '' + return '' + location + '' }).join('; ') ) .appendTo($text);