Events Made Easy Forums Bug fixed or feature request implemented "eme_location_map.js_with_infobox" Line 764

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42327
    Anonymous
    Inactive

    if(divname.indexOf(“eme-location-map_”) == 0) {

    Should be:

    if(divname.indexOf(“eme-location-map_”) === 0) {

    Because comparison against 0 allows implicit type conversion.

    #45732
    Franky
    Keymaster

    done

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top