Skip to content

Instantly share code, notes, and snippets.

View testness's full-sized avatar

Lanessa Hunter testness

View GitHub Profile
@ChrisMBarr
ChrisMBarr / Add Html.htm
Last active December 19, 2017 19:14
GreenShades - Display PTO as Days!
<script>
$(() => {
//run initially
appendDays();
//run again on any page update
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(appendDays);
});
function appendDays() {