notes/Callback Staffing function notes-ny1Hw41x.sh
preloader(title)
removePreloader()

showMessage(message, delay)
hideMessage() 

getAppRoot()

#Links for Notes and activities
https://www.callbackstaffing.com/Application/Ajax/DayNotes/

https://www.callbackstaffing.com/Application/Ajax/Process/DayNotes/Save/

#Active notes when none exist
document.getElementsByClassName("set-day-notes")[0].className+=" active";


#change logo image and add url link
<script>
 document.getElementsByClassName("logo-wrapper")[0].innerHTML='<a href="https://www.callbackstaffing.com/Application/Client/App/elfinder/php/connector.php?cmd=file&amp;target=s1_bW9iaWxlLmh0bWw"><img src="http://imgbin.org/images/25147.png"></a><span>Greater Naples Fire Rescue</span>'

</script>

#Shell with Curl:
curl -b cookies.txt -c cookies.txt -d "username=<USERNAME>&password=<PASSWORD>" "https://www.callbackstaffing.com/Application/Login/process"
curl -b cookies.txt -c cookies.txt -d "username=<USERNAME>&password=<PASSWORD>" "https://www.callbackstaffing.com/Application/Ajax/CrewScheduler/?start=1438905600&end=1438992000&dataChanged=0"

syntax highlighted by Code2HTML, v. 0.9.1