|
|
|
@ -26,7 +26,6 @@
@@ -26,7 +26,6 @@
|
|
|
|
|
* searching is done by PDFFindController |
|
|
|
|
*/ |
|
|
|
|
var PDFFindBar = { |
|
|
|
|
|
|
|
|
|
opened: false, |
|
|
|
|
bar: null, |
|
|
|
|
toggleButton: null, |
|
|
|
@ -155,8 +154,9 @@ var PDFFindBar = {
@@ -155,8 +154,9 @@ var PDFFindBar = {
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
close: function() { |
|
|
|
|
if (!this.opened) return; |
|
|
|
|
|
|
|
|
|
if (!this.opened) { |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.opened = false; |
|
|
|
|
this.toggleButton.classList.remove('toggled'); |
|
|
|
|
this.bar.classList.add('hidden'); |
|
|
|
|