Merge pull request #4140 from timvandermeij/close-secondary-toolbar

Close the secondary toolbar when an action is performed once
This commit is contained in:
Brendan Dahl 2014-01-21 11:47:11 -08:00
commit e13500e46b
3 changed files with 12 additions and 2 deletions

View file

@ -158,6 +158,7 @@ var PDFView = {
openFile: document.getElementById('secondaryOpenFile'),
print: document.getElementById('secondaryPrint'),
download: document.getElementById('secondaryDownload'),
viewBookmark: document.getElementById('secondaryViewBookmark'),
firstPage: document.getElementById('firstPage'),
lastPage: document.getElementById('lastPage'),
pageRotateCw: document.getElementById('pageRotateCw'),