Code viewer for World: Thermometer (clone by CA40...

// Cloned by CA400_tst1 on 6 May 2019 from World "Thermometer" by Alex Murphy 
// Please leave this clone trail here.
 
function setup() {
    $.getScript ( "uploads/alexmurphy1996/c2f.js", function() {
        preload();
        setup();
            
        farenheit = celcius*1.8+32;
    });
}