Skip to content

Commit

Permalink
Fixed login button.
Browse files Browse the repository at this point in the history
  • Loading branch information
derula committed Sep 17, 2017
1 parent f2f9be8 commit 0b38686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/assets/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $(() => {
};
const Close = function() { $(this).dialog('close'); };
const OK = Close;
$('#edit').button({label: 'Change profile'}).click((e) => {
$('#edit').not('.link').button({label: 'Change profile'}).click((e) => {
e.preventDefault();
($('main').children().is('form') ? unwrap : wrap)($(e.target));
});
Expand Down

0 comments on commit 0b38686

Please sign in to comment.