mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
remove find button in MOZCENTRAL
This commit is contained in:
parent
1ec2e2a1a2
commit
e2a2085f62
2 changed files with 3 additions and 2 deletions
|
@ -446,8 +446,7 @@ var PDFFindBar = {
|
|||
this.findMsgNotFound = document.getElementById('findMsgNotFound');
|
||||
|
||||
var self = this;
|
||||
this.toggleButton.addEventListener('click',
|
||||
function() {
|
||||
this.toggleButton.addEventListener('click', function() {
|
||||
self.toggle();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue