-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GENERIC viewer] Generate the fileInput
DOM-element dynamically
#17592
[GENERIC viewer] Generate the fileInput
DOM-element dynamically
#17592
Conversation
Given that only the GENERIC viewer supports opening more than one PDF document, we can simplify things a tiny bit by instead generating the necessary DOM-element in JavaScript.
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/08108e0750536e2/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/08108e0750536e2/output.txt Total script time: 1.20 mins Published |
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/73e0d6fb9302284/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/ccd07e4e1ed49b5/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/73e0d6fb9302284/output.txt Total script time: 6.06 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/ccd07e4e1ed49b5/output.txt Total script time: 16.82 mins
|
Thank you for simplifying this! |
Given that only the GENERIC viewer supports opening more than one PDF document, we can simplify things a tiny bit by instead generating the necessary DOM-element in JavaScript.