Skip to content

Commit

Permalink
Small formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Hart committed Aug 4, 2015
1 parent fdbebe8 commit 5b5cf81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ var login = (function (lightdm) {
});

document.getElementById('login-form').addEventListener('submit', function (e) {
debug_msg('Form submitted');
e.preventDefault();

debug_msg('Form submitted');
window.provide_secret();
});

Expand Down

0 comments on commit 5b5cf81

Please sign in to comment.