alabid / flylatex

FlyLatex: A Realtime Collaborative Environment (with a concurrent editor) in node-js.
766 stars 85 forks source link

Fix for Issue #23 and more #24

Closed martinzellner closed 11 years ago

martinzellner commented 11 years ago

updateLogs parses the log for the character '!'. However some warnings also produce an '!' in the LaTeX log output. Only checking for the response.errors.length makes sure that the pdf is displayed if warnings occur.

This pull request fixes also a bug in the saveDocument routine.

martinzellner commented 11 years ago

Commit #3dcd458 fixes a bug that leads to incomplete storage of files.

alabid commented 11 years ago

Thanks @murphy2