mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
clean up of all the links, clean up of css and some js
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user