if (strpos($this->location, '\n'))
{
$this->location = str_replace('\n', '<br>', $this->location);
}
$this->processField("location","");
$(function() {
$(".jev_evdt_location").html($(".jev_evdt_location").html().replace(/\\n/g, "<br />"));
});
if (strpos($this->location, '\n'))
{
$this->location = str_replace('\n', '<br>', $this->location);
}
$this->processField("location","");