Skip to content

Instantly share code, notes, and snippets.

@danmayer
Created February 3, 2010 19:57
Show Gist options
  • Save danmayer/293955 to your computer and use it in GitHub Desktop.
Save danmayer/293955 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
function amChartInited (chart_id){
setTimeout(function() { flashMovie = document.getElementById("amline");
flashMovie.setParam('reload_data_interval',0); }, 60000);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment