Events Made Easy Forums Bug fixed or feature request implemented eme_location_map.js Line 124

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

    eme_location_map.js Line 124:

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

    Should be:

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

    Because comparisons against 0 allow implicit type conversions.

    #45723
    Franky
    Keymaster

    added to trunk

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