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
The hash-id attribute has been added to the WitnessFragment forms. This had been undesired loading behavior, which has now been straightened out. There is still some debris to clean up.
In gloss-transcription.js and gloss-witness.js there are chunks of onload() that should be moved into initFragmentForm() that will make things less complex. There would be a strict separation between UI things to do with what the page was handed vs UI things to do after the page receives async info about what the page was handed.
The text was updated successfully, but these errors were encountered:
The
hash-id
attribute has been added to the WitnessFragment forms. This had been undesired loading behavior, which has now been straightened out. There is still some debris to clean up.In gloss-transcription.js and gloss-witness.js there are chunks of
onload()
that should be moved intoinitFragmentForm()
that will make things less complex. There would be a strict separation between UI things to do with what the page was handed vs UI things to do after the page receives async info about what the page was handed.The text was updated successfully, but these errors were encountered: