Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTVExpert committed Jan 26, 2021
1 parent e919f01 commit aef417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/twinklefluff.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ Twinkle.fluff.getSummary = function getSummary(apiobj) {
Twinkle.fluff.summaryWindow.setContent(result);
Twinkle.fluff.summaryWindow.display();
document.getElementById('editSummaryInput').focus();
$('.ui-dialog').on('dialogclose', function(event, ui) {
$('.ui-dialog').on('dialogclose', function(event) {
if (event.originalEvent) {
apiobj.statelem.error('Aborted by user.');
}
Expand Down

0 comments on commit aef417f

Please sign in to comment.