• Shouldn’t line 30 read….
    $(‘.elvantotools_map_search input, .elvantotools_map_search select’).on(‘change’), function () {

    INSTEAD OF (see ‘)’ after ‘change’)…..
    $(‘.elvantotools_map_search input, .elvantotools_map_search select’).on(‘change’, function () {

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pian1966

    (@pian1966)

    It seems that a closing bracket “)” is missing from the latest update (2.2). Should the last 2 lines of elvantotools.js not read as follows:
    })
    })( jQuery );

    Many thanks, Andy

    Plugin Author upcast

    (@upcast)

    Hi Andy, thanks for spotting this – I’ll get it fixed this week. Sorry I didn’t seem to get a notification when you posted this.

    Plugin Author upcast

    (@upcast)

    Fixed. New version should be ready to go.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Query on coding of elvantotools.js’ is closed to new replies.