You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jaime,
I think I have found something wrong. In your jquery.eventCalendar.js file, line 368 you have :
eventLinkTarget = '_target';
and I think you should have :
eventLinkTarget = '_blank';
to open the event link in a new window.
Gael
The text was updated successfully, but these errors were encountered:
Hi Jaime,
I think I have found something wrong. In your jquery.eventCalendar.js
file, line 368 you have :
eventLinkTarget = '_target';
and I think you should have :
eventLinkTarget = '_blank';
to open the event link in a new window.
Gael
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #35
Hi Jaime,
I think I have found something wrong. In your jquery.eventCalendar.js file, line 368 you have :
eventLinkTarget = '_target';
and I think you should have :
eventLinkTarget = '_blank';
to open the event link in a new window.
Gael
The text was updated successfully, but these errors were encountered: