Skip to content

Commit

Permalink
Remove prev/next disable calls in unselectedFT
Browse files Browse the repository at this point in the history
Not needed there, and causing Android to not respond to next/prev clicks
  • Loading branch information
eb1 committed Sep 24, 2024
1 parent 80e9b66 commit cf51096
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions www/js/views/AdaptViews.js
Original file line number Diff line number Diff line change
Expand Up @@ -5024,10 +5024,6 @@ define(function (require) {
} else if (document.selection) { // IE?
document.selection.empty();
}
// disable prev / next buttons
$("#PrevSP").prop('disabled', true); // disable toolbar button
$("#NextSP").prop('disabled', true); // disable toolbar button

},

// User clicked on the grow Free Translation button
Expand Down

0 comments on commit cf51096

Please sign in to comment.