Skip to content

Commit

Permalink
Bind an event listener to the autocompletesearch event
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpau-eduard committed Aug 22, 2016
1 parent 14f9ad9 commit e3f14dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kalite/distributed/static/js/distributed/user/views.js
Expand Up @@ -345,7 +345,7 @@ var LoginView = BaseView.extend({
return this.student_usernames.indexOf(this.$("#id_username").val()) > -1;
},

set_login_button_state: function() {
set_login_button_state: function(event) {
if (this.admin || this.check_user_in_list()) {
this.$(".login-btn").removeAttr("disabled");
} else {
Expand Down

0 comments on commit e3f14dc

Please sign in to comment.