Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make knowls wait until the page css has loaded before initializing.
This fixes issue openwebwork/webwork2#1739. In the PG problem editor, the page in the iframe is not displayed until after the page loads. As such the javascript getComputedStyle method fails. The same things happens with the graphtool. The same solution is now implemented for knowls.
- Loading branch information