bugfix: prepare command string

This commit is contained in:
snogcel 2016-09-24 14:54:11 -06:00
parent 96612de71f
commit 0bba2e8599

View file

@ -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') {