Skip to content

Commit

Permalink
Adjust reload time
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniave committed Feb 2, 2017
1 parent 3041316 commit bad42f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function getCurrentImage() {
});

if(timesliderDisabled)
setTimeout(getCurrentImage, 1200)
setTimeout(getCurrentImage, 120000)
}

/*
Expand Down

0 comments on commit bad42f4

Please sign in to comment.