Jump to content

Map it button is not shown on jReviews 2.4


Guest Fiorino De Santo

Recommended Posts

Guest Fiorino De Santo

Map it button is not shown on jReviews 2.4 with geo maps!

the problem is in component/com_jreviews_addons/geomaps/views/js/geomaps.js(and relative minified) at line 75

 

I modify the line from

if(mapCanvas.length > 0 || proximityFieldModule.length > 0) {

to

if(mapCanvas.length > 0 || proximityFieldModule.length > 0 || true) {

 

works but is not optimized

Link to comment
×
×
  • Create New...