A link to the page where it is deployed
After attempting to control using Session, the YouTube embedded player stops being responsive.
Here is the setting up of the YouTube API temporarily placed in the HTML file:
mixtape.html
<script>
# 238 R: 13.285000 usecs RT: 12440791.662667 usecs | |
Digraph G { | |
6359376964500652.6359376964501320 [label="e10__t3__NFS3_WRITE_CALL_TYPE\nDEFAULT"] | |
6359376964500652.6359376964518840 [label="e10__t3__NFS_CACHE_BLOCK_OP_TYPE\nNFSCACHE_WRITE"] | |
6359376964500652.6359376964541175 [label="e10__t3__NFS3_WRITE_REPLY_TYPE\nDEFAULT"] | |
6359376964500652.6359376964501320 -> 6359376964500652.6359376964518840 [label="R: 5.840000 us"] | |
6359376964500652.6359376964518840 -> 6359376964500652.6359376964541175 [label="R: 7.445000 us"] | |
} |
A link to the page where it is deployed
After attempting to control using Session, the YouTube embedded player stops being responsive.
Here is the setting up of the YouTube API temporarily placed in the HTML file:
mixtape.html
<script>
So here's the problem.
I use this helper function to retrieve a possibly rearranged list in its new order. This happens here:
Template.list.get_list = function(param){
var ret = [];
$( "li.list_element" ).each(function() {
if($(this).is(':visible')){
ret.push( Links.findOne({_id:$(this).attr('id')}) );