oasis4hedev / salsa

Web app for creating a syllabus in an accessible HTML document, publishing to the Canvas LMS, and more.
https://syllabustool.com
Other
6 stars 5 forks source link

Republish can't update the document meta. #560

Closed opsaaaaa closed 4 years ago

opsaaaaa commented 4 years ago

when jquery clicks an element and that element is suposed to have a function that runs on ajax:beforeSend that function dose not run.

because of this when republish clicks the #tb_share link, the ajax request to update the document meta is never sent.

you could probably separate the code that collects the document meta into another function. then call that in republish before it clicks the #tb_share link.

opsaaaaa commented 4 years ago

fixed on #559 #538