-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
This Joomla plugin: http://extensions.joomla.org/extensions/extension/maps-a-weather/maps-a-locations/google-maps-by-reumer
shows a map with information about a point of interest.
When used in conjunction with the markdown editor parsing articles, line 39 of /main/assets/js/content.js throws a null exception.
e.addClass(option.Article_ImageClass);
I think this is occurring because the maps plugin ultimately renders a number of image tags but many are hidden and/or are dynamically updated via additional javascript.
Regardless, the null error can be ignored by putting a try/catch around line 39 and everything works as expected. Not sure if this is the most elegant way to fix the problem though - hence this issue rather than a pull request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels