mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-28 15:26:09 +00:00
included dropdown lists to be uneditable/editable with the "Create Proposal"/"Edit Proposal"-buttons
This commit is contained in:
parent
87402e1389
commit
16313c9b2a
1 changed files with 3 additions and 0 deletions
|
@ -300,6 +300,9 @@
|
||||||
$('.createProposal input').each(function() {
|
$('.createProposal input').each(function() {
|
||||||
$(this).attr("disabled", edit);
|
$(this).attr("disabled", edit);
|
||||||
});
|
});
|
||||||
|
$('.createProposal select').each(function() {
|
||||||
|
$(this).attr("disabled", edit);
|
||||||
|
});
|
||||||
|
|
||||||
if (edit === true) {
|
if (edit === true) {
|
||||||
$('#btnPrepare').addClass('hidden');
|
$('#btnPrepare').addClass('hidden');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue