diff --git a/static/js/app.js b/static/js/app.js index 129130c..92f5c6b 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -117,7 +117,7 @@ const Globe = { .then(function(lagen) { var html = ''; (lagen || []).forEach(function(l) { - var typeLabel = l.type === 'research' ? '[R] ' : '[L] '; + var typeLabel = ''; html += ''; }); select.innerHTML = html;