forked from Public/monero-gui
Dialog(s) for changing restore height
This commit is contained in:
@@ -23,3 +23,7 @@ function formatDate( date, params ) {
|
||||
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString
|
||||
return new Date( date ).toLocaleString( 'en-US', options );
|
||||
}
|
||||
|
||||
function isNumeric(n) {
|
||||
return !isNaN(parseFloat(n)) && isFinite(n);
|
||||
}
|
||||
Reference in New Issue
Block a user