Monday Night

Be sure your league is setup properly before installing any scripts.Setup Video
The following script creates a new report that will display the Monday Night Report. The report will display all matchups in your league and show what players have yet to play and matchups undecided going into the Monday Night Game.
All scripts require cache.js and font awesome file to be placed in a header message as the 1st line. Please review the section "Custom Scripts" Here
This script is already included in our custom template. Do not install it again. Custom template users do not need to load cache.js or font awesome.

Monday NightPlace in any homepagemessage and add to your home page using the MFL tabs setup page

<!-- MONDAY REPORT HTML -->
<div class="monday_wrapper" style="display:none"></div>

<!-- MONDAY SETTINGS -->
<script>
var mondayAutoRun = true;
var mondayReportAlwaysOn = false;   //THIS SHOULD BE SET TO FALSE SO IT ONLY DISPLAYS ON MONDAY; SETTING TO TRUE WILL FORCE IT TO SHOW ALL DAYS WHICH MAY NOT MAKE SENSE MOST DAYS
var mondayReportIncludeProjected = true;
var mondayReportTitle = "MONDAY NIGHT REPORT";
var mondayReportTitle1 = "IN THE BOOKS";        //Caption to display for completed MFL matchups
var mondayReportTitle2 = "PILING ON";           //Caption to display when the team ahead is the only one with Monday night players
var mondayReportTitle3 = "AIN'T OVER YET";      //Caption to display when both teams have Monday night players or only the team trailing has Monday night players
var mondayReportUseIcon = true;     		// if true will use mfl icon unless user-defined below has been set
var mondayReportUseLogo = false;    		// if true will use mfl logo unless user-defined below has been set
var mondayReportUseName = true;     		// if true will use mfl full name
var mondayReportUseAbbrev = false;  		// if true will use mfl abbrev
</script>

<!-- MONDAY REPORT JS FILE -->
<script src="https://www.mflscripts.com/mfl-apps/mondayNight/script.js"></script>