Commit ff4ed2c1 by Nilu

fix recalc error

parent 41d5fd00
......@@ -51,7 +51,7 @@
$(document).ready(function()
{
recalcFunction = setupRecalc ($("listUsers"), {'recalcOnError':true});
recalcFunction = setupRecalc ($("form#listUsers"), {'recalcOnError':true});
$(".user-role").change(function()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment