Commit 3714162a authored by theopolisme's avatar theopolisme
Browse files

Hygiene

parent 18894440
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@
	// Start at the beginning
	stageOne();

	////// STAGE 1 - ZE VELCOME UNT ZE UPLOAD //////

	function stageOne () {
		var dropzone;

@@ -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
@@ -100,8 +96,6 @@
		}
	}

	////// STAGE 3 - THEY GROW UP SO FAST //////

	function stageThree ( numberProcessed ) {
		var $done = $( '#done' );

@@ -128,8 +122,10 @@
			function updateInputs () {
				var option;
				for ( option in heatOptions ) {
					if ( heatOptions.hasOwnProperty( option ) ) {
						document.getElementById( option ).value = heatOptions[option];
				};
					}
				}
			}

			updateInputs();