MantisBT: master 202890b4

Author Committer Branch Timestamp Parent
dregad dregad master 2022-04-29 07:55 master 64a44a7e
Affected Issues  0029991: Javascript error in browser console when upgrading
Changeset

Install: refactor update_sample_table_names()

Use a new helper function process_table_namefield() to ensure that a
single `
` is appended or prepended to the input fields ' value.

The also code ensures the field is a valid jQuery object before
attempting to process its value, preventing occurrence of an Uncaught
TypeError.

Fixes 0029991

mod - js/install.js Diff File