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

// Cloned by Alex Murphy on 19 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 * 9/5 + 32;
    });
}