Skip to content
Snippets Groups Projects
Commit d2f11e2b authored by xamgore's avatar xamgore
Browse files

#77. Incorrect click button event listener

parent d851fcce
No related merge requests found
......@@ -106,7 +106,7 @@ $(function() {
$(this).blur();
});
$(".InputStudentName").keydown(function(e) {
$(".InputTeacherName").keydown(function(e) {
if(e.which == 13) {
CallSearchTeachers();
$(this).blur();
......
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