diff --git a/wrap/python/ajax/ltl2tgba.html b/wrap/python/ajax/ltl2tgba.html index daa2ab783..537c20d58 100644 --- a/wrap/python/ajax/ltl2tgba.html +++ b/wrap/python/ajax/ltl2tgba.html @@ -90,6 +90,16 @@ $("#to-l,#to-s").attr('disabled', true); } }) + $("#as-ds,#as-rs").change(function() { + if ($(this).is(':checked')) { + $("#as-is").removeAttr('checked'); + } + }) + $("#as-is").change(function() { + if ($(this).is(':checked')) { + $("#as-ds,#as-rs").removeAttr('checked'); + } + }) function hideOrShowPanels(output, duration) { switch (output) @@ -645,11 +655,18 @@ an identifier: aUb is an atomic proposition, unlike determinize and minimize obligation properties
-