mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Change how the tools are enabled.
This commit is contained in:
parent
0175f53637
commit
f54486d8c8
2 changed files with 12 additions and 9 deletions
|
@ -374,8 +374,8 @@ var PDFBug = (function PDFBugClosure() {
|
|||
tool.init();
|
||||
else
|
||||
panel.textContent = tool.name + ' is disabled. To enable add ' +
|
||||
' PDFBug_' + tool.id + '=true to the url query ' +
|
||||
'parameters and refresh.';
|
||||
' "' + tool.id + '" to the pdfBug parameter ' +
|
||||
'and refresh (seperate multiple by commas).';
|
||||
buttons.push(panelButton);
|
||||
}
|
||||
this.selectPanel(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue