Widget:WJG UserExamQuery: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 42: Line 42:
runQuery();
runQuery();
}
}
});
});
         });
         });
Line 101: Line 102:
});
});
};
};
$(document).ready(ensureLoggedIn);
$(document).ready(function(){
$(document).ready(function(){
             $("#report tr:odd").addClass("odd");
             $("#report tr:odd").addClass("odd");
Line 112: Line 115:
             //$("#report").jExpand();
             //$("#report").jExpand();
});
});
$(document).ready(ensureLoggedIn);
</script>
</script>
<div id="metrics"></div>
<div id="metrics"></div>

Revision as of 05:25, 24 July 2014