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

// Cloned by CA400_tst1 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;
    });
}