Widget:RimCalc: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 14: Line 14:
}
}
$("#output").html(temp);
$("#output").html(temp);
                if(temp > 50){$("#output").append("<br />Regular Dose")}
                else if(temp >= 30 || temp <= 50){$("#output").append("<br />250-500 mg q12h")}
                else if(temp >= 5 || temp <= 29){$("#output").append("<br />250-500 mg q18h")}
//Don't touch!
//Don't touch!
});
});

Revision as of 15:46, 13 March 2014