Skip to content

Commit

Permalink
Fixed hitting Enter to set up new account from popbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rondevera committed Jun 14, 2010
1 parent 93e8d05 commit 411a689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/spaz.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,6 @@ Spaz.Controller.setKeyboardShortcuts = function() {
var callback = function(){
var accountID;
if($('#username').val() !== '' && $('#password').val() !== ''){
Spaz.Prefs.setPrefs();
$('#save_account_button').click();
// TODO: Nasty. Don't just trigger a click, as this just
// creates a chain with points of failure. Instead,
Expand Down

0 comments on commit 411a689

Please sign in to comment.