Line 1,046: | Line 1,046: | ||
var medal_assigned = false; | var medal_assigned = false; | ||
var award_assigned = false; | var award_assigned = false; | ||
− | var | + | var nom = false; |
var trim_text=""; | var trim_text=""; | ||
Line 1,095: | Line 1,095: | ||
} | } | ||
− | + | nom = true; | |
} | } | ||
Line 1,129: | Line 1,129: | ||
//if the team wasnt nominated | //if the team wasnt nominated | ||
− | if( | + | if(nom == false){ |
data[x].nominations = '-'; | data[x].nominations = '-'; | ||
} | } |
Revision as of 14:49, 16 September 2019
Code setup page
This page will help you setup the awards and results page
- Place the awards and medals into a excel file to create the variable notation
- Place the variables indicated on the code on this page
- Place the resulting data bases into the results and all teams info pages