You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce getOptions function (replacing most of loadScenario)
to parse query parameters for the scenario, renderer and
stackConnection options and update the form controls to match
(after a short delay so that Chrome does not later restore
incorrect form state when page navigation has occurred).
N.B.: Because checkbox inputs do not send any parameter when
not checked, it is not possible (without considerable extra
trouble) to have a checkbox default to checked, so the
checkbox for stackConnections is inverted from the option
and is labelled accordingly.
Fixes#179.
Introduce getOptions function (replacing most of loadScenario)
to parse query parameters for the scenario, renderer and
stackConnection options and update the form controls to match
(after a short delay so that Chrome does not later restore
incorrect form state when page navigation has occurred).
N.B.: Because checkbox inputs do not send any parameter when
not checked, it is not possible (without considerable extra
trouble) to have a checkbox default to checked, so the
checkbox for stackConnections is inverted from the option
and is labelled accordingly.
Fixes#179.
Create a flag, settable by query parameter, to enable/disable visiting stack nodes other than unconnected next nodes.
The text was updated successfully, but these errors were encountered: