DistributedProofreaders / dproofreaders

Distributed Proofreaders is a web application intended to ease the process of converting public domain books into e-texts.
https://www.pgdp.net
GNU General Public License v2.0
46 stars 28 forks source link

revise function for selecting credit name #1234

Closed 70ray closed 1 week ago

70ray commented 2 weeks ago

This addresses issue #1231. Select elements by id rather than from form. Change credit name input to hidden rather than disabled if not applicable. If this works as it appears to be intended the code could be simplified by removing comments which no longer apply and revising the function dropdown_select_values_and_labels() which appears to be used in only one place.

Sandbox at: https://www.pgdp.org/~rp31/c.branch/pref_credit

70ray commented 2 weeks ago

Sandbox updated.

70ray commented 2 weeks ago

Sandbox updated.