";
// Make the title a link to the page
if (location.locationUrl !== '' && maplistScriptParamsKo.hideviewdetailbuttons != 'true') {
content += "
";
} else {
if (mapObject.options.infoboxparts[0] === "title") {
content += "
';
$.each(mapObject.options.infoboxparts, function (index, partName) {
// Title in first slot becomes window title and is handled above
if (index === 0 && partName === "title") {
return;
}
content += self.getInfoWindowPart(partName, location);
});
if (location.locationUrl !== '' && maplistScriptParamsKo.hideviewdetailbuttons != 'true') {
content += "
" + maplistScriptParamsKo.viewLocationDetail + "";
}
content += "