Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author LaMonte Forthun

    (@lamontef)

    We are trying to track that down, if you had it working in 3.8.8.1 that might help find what’s changed. Thanks.

    Thread Starter luBBarn

    (@lubbarn)

    I made my own little fix and changed

    Leaguemanager.setMatchBox = function( curr_index, operation, element, league_id, match_limit, widget_number, season, home_only, date_format ) {
    to
    function setMatchBox( curr_index, operation, element, league_id, match_limit, widget_number, season, home_only, date_format ) {
    in leaguemanager.js

    and

    onclick='Leaguemanager.setMatchBox(
    to
    onclick='setMatchBox(
    in widget.php

    But I have no advanced Javascript skills and don’t know why you have used an Leaguemanager Object, but it might help you find the error.

    Plugin Author LaMonte Forthun

    (@lamontef)

    That works for you? Doesn’t change anything on my install…

    Thread Starter luBBarn

    (@lubbarn)

    Yes, it works for me. I’m using it on http://www.limhamnsff.se if you want to check out the source.

    Plugin Author LaMonte Forthun

    (@lamontef)

    The only change you made was dropping ‘Leaguemanager’ from the code on those two files?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘TypeError: Leaguemanager.setMatchBox is not a function’ is closed to new replies.