Code viewer for World: Thermometer (clone by Alex)

// Cloned by Alex on 21 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;
    });
}