Commit a197baf1 by Harsh Shah

Sign In scrren - recalc function improvement

parent d8677b69
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
}); });
$('input[type="text"]').keyup(function() { $('input[type="text"]').keyup(function() {
recalcFunction(); $(this).change();
}); });
}); });
......
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