We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c1e06 commit 4ec909fCopy full SHA for 4ec909f
plotearthquake.js
@@ -56,7 +56,7 @@ function assign()
56
setTimeout(function()
57
{
58
addMarker();
59
- }, i*(1000/document.getElementById('persec').value);//timeout
+ }, i*(1000/document.getElementById('persec').value));//timeout
60
} //adding marker fns
61
62
function addMarker()
0 commit comments