mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-26 22:36:09 +00:00
bugfix: prepare command string
This commit is contained in:
parent
96612de71f
commit
0bba2e8599
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
var gov = this.gov;
|
||||
|
||||
|
||||
var propCommand = "gobject submit "+$('#parentHash').val() + " " + $('#revision').val() +" " + $('#time').val() +" " + gov.uncheckedSerialize();
|
||||
var propCommand = "gobject prepare "+$('#parentHash').val() + " " + $('#revision').val() +" " + $('#time').val() +" " + gov.uncheckedSerialize();
|
||||
$("textarea#prepareProposal").val(propCommand);
|
||||
|
||||
if(this._mode == 'proposal') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue