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

// Cloned by ca400test 2 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+32;
    });
}