Skip to content

Commit 06dd442

Browse files
Update active projects
1 parent d7deba6 commit 06dd442

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

js/morescripts.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ $(document).ready(function(){
8888
var curval = parseInt($('#counter').text());
8989
var curval1 = parseInt($('#counter1').text().replace(' ',''));
9090
var curval2 = parseInt($('#counter2').text());
91-
if(curval <= 16){
91+
if(curval <= 1){
9292
$('#counter').text(curval+1);
9393
}
94-
if(curval1 <= 21){
94+
if(curval1 <= 29){
9595
$('#counter1').text(curval1+1);
9696
}
97-
if(curval2 <= 8){
97+
if(curval2 <= 9){
9898
$('#counter2').text(curval2+1);
9999
}
100100
}, 2);

0 commit comments

Comments
 (0)