EMSL-MSC / pacifica-upload-status

Pacifica Upload Status Page
GNU General Public License v2.0
0 stars 2 forks source link

Selector for pulling hidden data fields out was not specific enough. #245

Closed kauberry closed 6 years ago

kauberry commented 6 years ago

Changing from "[title]" only selector to "input[title]" to restrict it down to just input fields, not buttons with titles too.

kauberry commented 6 years ago

Fixes #244

kauberry commented 5 years ago

Closes #244