Sha256: 89e074b5cc4dfdbaa8703e3f24ff72686a5505a55d596982f23c8b336621c44e
Contents?: true
Size: 261 Bytes
Versions: 9
Compression:
Stored size: 261 Bytes
Contents
<h1>Live Stream</h1> <table id="stream"></table> <script> function fetchRecentSearches() { $("#stream").load("<%= searches_recent_path %>"); setTimeout(fetchRecentSearches, 5 * 1000); } $( function() { fetchRecentSearches(); }); </script>
Version data entries
9 entries across 9 versions & 1 rubygems