Plugin Directory

Changeset 878644


Ignore:
Timestamp:
03/20/2014 09:59:33 AM (12 years ago)
Author:
scotthack
Message:

Fixed regression bug related to final four.

Location:
bracketpress
Files:
43 added
3 edited

Legend:

Unmodified
Added
Removed
  • bracketpress/trunk/bracketpress.php

    r878441 r878644  
    55Author: Scott Hack and Nick Temple
    66Author URI: http://www.bracketpress.com
    7 Version: 1.6.2
     7Version: 1.6.3
    88*/
    99
  • bracketpress/trunk/readme.txt

    r878437 r878644  
    5151
    5252== Changelog ==
     53
     54= 1.6.3 =
     55* Fixed regression bug while trying to fix Final Four matches.
    5356
    5457= 1.6.2 =
  • bracketpress/trunk/templates/bracket_edit.js

    r878437 r878644  
    453453
    454454        // Add the items
    455         set_team(61, 1, $('#get_team_selector_midwest_match60').val(), winner );
     455        set_team(61, 1, $('#get_team_selector_south_match15').val(), winner );
    456456        set_team(61, 2, $('#get_team_selector_west_match30').val(), winner );
    457457
     
    461461
    462462        // Add the items
    463         set_team(62, 1, $('#get_team_selector_south_match15').val(), winner );
    464         set_team(62, 2, $('#get_team_selector_east_match45').val(), winner );
     463        set_team(62, 1, $('#get_team_selector_east_match45').val(), winner );
     464        set_team(62, 2, $('#get_team_selector_midwest_match60').val(), winner );
    465465
    466466        // Clear and create the final round
Note: See TracChangeset for help on using the changeset viewer.