Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
set update interval for ajax refresh to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsteele committed Apr 15, 2011
1 parent 57f2c69 commit 6052744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geocamTalk/templates/geocamTalk/base.html
Expand Up @@ -83,7 +83,7 @@
$('a.media').media( { width: 300, height: 20 } );
updateFunction();
});
setInterval(updateFunction, 3 *1000);
setInterval(updateFunction, 60 * 10 * 1000); // 10 minutes
</script>
<script src="http://code.jquery.com/mobile/1.0a4/jquery.mobile-1.0a4.min.js"></script>
<script src="http://jquery.malsup.com/media/jquery.media.js?v.92"></script>
Expand Down

0 comments on commit 6052744

Please sign in to comment.