Loading index.js +4 −8 Original line number Diff line number Diff line Loading @@ -9,8 +9,6 @@ // Start at the beginning stageOne(); ////// STAGE 1 - ZE VELCOME UNT ZE UPLOAD ////// function stageOne () { var dropzone; Loading Loading @@ -40,8 +38,6 @@ } ); } ////// STAGE 2 - ZE PROCESSING ////// function stageTwo ( file ) { heat = L.heatLayer( [], heatOptions ).addTo( map ), SCALAR_E7 = 0.0000001; // Since Google Takeout stores latlngs as integers Loading Loading @@ -100,8 +96,6 @@ } } ////// STAGE 3 - THEY GROW UP SO FAST ////// function stageThree ( numberProcessed ) { var $done = $( '#done' ); Loading @@ -128,8 +122,10 @@ function updateInputs () { var option; for ( option in heatOptions ) { if ( heatOptions.hasOwnProperty( option ) ) { document.getElementById( option ).value = heatOptions[option]; }; } } } updateInputs(); Loading Loading
index.js +4 −8 Original line number Diff line number Diff line Loading @@ -9,8 +9,6 @@ // Start at the beginning stageOne(); ////// STAGE 1 - ZE VELCOME UNT ZE UPLOAD ////// function stageOne () { var dropzone; Loading Loading @@ -40,8 +38,6 @@ } ); } ////// STAGE 2 - ZE PROCESSING ////// function stageTwo ( file ) { heat = L.heatLayer( [], heatOptions ).addTo( map ), SCALAR_E7 = 0.0000001; // Since Google Takeout stores latlngs as integers Loading Loading @@ -100,8 +96,6 @@ } } ////// STAGE 3 - THEY GROW UP SO FAST ////// function stageThree ( numberProcessed ) { var $done = $( '#done' ); Loading @@ -128,8 +122,10 @@ function updateInputs () { var option; for ( option in heatOptions ) { if ( heatOptions.hasOwnProperty( option ) ) { document.getElementById( option ).value = heatOptions[option]; }; } } } updateInputs(); Loading