js/playscreen.js
changeset 10 ab587bf164f9
parent 9 5b743d461f99
child 11 9833f3e24105
equal deleted inserted replaced
9:5b743d461f99 10:ab587bf164f9
   605 			}
   605 			}
   606 		});
   606 		});
   607 		
   607 		
   608 		if (toload.length) {
   608 		if (toload.length) {
   609 			toload = toload.slice(0,200);
   609 			toload = toload.slice(0,200);
       
   610 			toload.forEach(function(twid) {
       
   611 				requestedtweets[twid].status = 1;
       
   612 			})
   610 			$.getJSON(
   613 			$.getJSON(
   611 			solrUrl(
   614 			solrUrl(
   612 				"twitter",
   615 				"twitter",
   613 				{
   616 				{
   614 					q:"id:(" + toload.join(" OR ") + ")",
   617 					q:"id:(" + toload.join(" OR ") + ")",