Update main.js

Fixed probably a typo. 500 -> 2000 for storage.
This commit is contained in:
Pcoder 2017-07-28 01:02:45 +05:30 committed by GitHub
parent 035266b68b
commit 3c4ca1101a
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
'id': 'storageValue',
'value': 10,
'min': 10,
'max': 500,
'max': 2000,
'interval': 10
}
}
@ -161,4 +161,4 @@
$('#valueTotal').text(numbers * price * 31);
}
})(jQuery);
})(jQuery);