FSN#37682 Plato testbevindingen
svn path=/Website/trunk/; revision=30690
This commit is contained in:
@@ -56,10 +56,12 @@ function callback_ctr_info(data, textStatus)
|
||||
function change_ctr_discipline()
|
||||
{
|
||||
var ctr_disc = $("#ctr_discipline").val();
|
||||
$.getJSON("../Shared/get_ctr_info.asp",
|
||||
{ ctr_disc: ctr_disc },
|
||||
callback_ctr_info);
|
||||
|
||||
if (ctr_disc > 0)
|
||||
{
|
||||
$.getJSON("../Shared/get_ctr_info.asp",
|
||||
{ ctr_disc: ctr_disc },
|
||||
callback_ctr_info);
|
||||
}
|
||||
}
|
||||
|
||||
function SelectBits()
|
||||
|
||||
Reference in New Issue
Block a user