clean up of all the links, clean up of css and some js

This commit is contained in:
Calvin Jhunjhnuwala
2020-09-01 19:34:03 -07:00
parent 112928659b
commit 2ff5183ecb
21 changed files with 174 additions and 178 deletions

View File

@@ -59,9 +59,7 @@ let slider = document.getElementById( 'myRange' ),
dataTypes = document.querySelectorAll( '.d-output' ),
dataViz = document.querySelectorAll( '.viz-output' );
// Update the current slider value (each time you drag the slider handle)
function doCalculations( val ){
[].slice.call( dataTypes ).forEach( function( dataType ){
@@ -111,7 +109,6 @@ function creditSelected(){
}
function changeDataType( type ){
[].slice.call( dataTypes ).forEach( function( dataType ){
if ( dataType.classList.contains( type ) ){
@@ -175,7 +172,7 @@ $( document ).ready( function(){
inputs.removeClass( 'sticky' );
data_toggle.addClass( 'hide' ).removeClass( 'show' );
inputs_offset.removeClass( 'offset' );
$('#data-toggle').text('Change Inputs')
$('#data-toggle').text('Change Inputs');
}
}
});