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:
Alexandre Duret-Lutz 2012-07-18 15:28:36 +02:00
parent ebf48d4fa4
commit 173e100a41
2 changed files with 3 additions and 3 deletions

View file

@ -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':