Title: luBBarn's Replies | WordPress.org

---

# luBBarn

  [  ](https://wordpress.org/support/users/lubbarn/)

 *   [Profile](https://wordpress.org/support/users/lubbarn/)
 *   [Topics Started](https://wordpress.org/support/users/lubbarn/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lubbarn/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lubbarn/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lubbarn/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lubbarn/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lubbarn/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] TypeError: Leaguemanager.setMatchBox is not a function](https://wordpress.org/support/topic/typeerror-leaguemanagersetmatchbox-is-not-a-function/)
 *  Thread Starter [luBBarn](https://wordpress.org/support/users/lubbarn/)
 * (@lubbarn)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/typeerror-leaguemanagersetmatchbox-is-not-a-function/#post-4737035)
 * Yes, it works for me. I’m using it on [http://www.limhamnsff.se](http://www.limhamnsff.se/)
   if you want to check out the source.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] TypeError: Leaguemanager.setMatchBox is not a function](https://wordpress.org/support/topic/typeerror-leaguemanagersetmatchbox-is-not-a-function/)
 *  Thread Starter [luBBarn](https://wordpress.org/support/users/lubbarn/)
 * (@lubbarn)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/typeerror-leaguemanagersetmatchbox-is-not-a-function/#post-4736966)
 * 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.

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