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
{{ message }}
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.
then put it in a setTimeout(function(){}, 0) so that the template is rendered first, then the autogen stuff checks for whether the /checkboxes are present in the page. (Otherwise, as is the case right now, the "old" options are still in the page, as the template is evaluated before replacing it, so the check doesn't work.)
The text was updated successfully, but these errors were encountered:
then put it in a
setTimeout(function(){}, 0)
so that the template is rendered first, then the autogen stuff checks for whether the /checkboxes are present in the page. (Otherwise, as is the case right now, the "old" options are still in the page, as the template is evaluated before replacing it, so the check doesn't work.)The text was updated successfully, but these errors were encountered: