ltl2tgba.html: Draw a run by default, don't print it.
* wrap/python/ajax/ltl2tgba.html, wrap/python/ajax/spot.in: Here.
This commit is contained in:
parent
ebf48d4fa4
commit
173e100a41
2 changed files with 3 additions and 3 deletions
|
|
@ -693,7 +693,7 @@ if output_type == 'r':
|
|||
|
||||
print_acc_run = False
|
||||
draw_acc_run = False
|
||||
s = form.getfirst('rf', 'p')
|
||||
s = form.getfirst('rf', 'd')
|
||||
if s == 'p':
|
||||
print_acc_run = True
|
||||
elif s == 'd':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue