JEvents - map is not displayed

Phoca Maps - displaying maps in Joomla! CMS
vydrai
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 05 Oct 2015, 11:06

JEvents - map is not displayed

Post by vydrai »

Hi there,

I use Jevents component to show the upcoming events and I would like to place a map into the description of the event. Unfortunately the map is not displayed at all and the Firebug shows the following error:
SyntaxError: unterminated string literal


On the referred row is the following code:

Code: Select all

var infoPhocaWindow1PlgPM1 = new google.maps.InfoWindow({
   content: '<div style="width: 100px;height: 30px;"><div style="font-size:120%;margin: 5px 0px;font-weight:bold;">BRRB Klub</div>
<div></div>
</div>
'
 });
What could be wrong?

Any help would be appreciated...
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9451
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: JEvents - map is not displayed

Post by Benno »

Post Reply