https://github.com/sagemathinc/cocalc
Raw File
Tip revision: 7df44fa9028f9ff4a49883d5b6978e3759bdcefd authored by Harald Schilly on 13 December 2018, 13:14:39 UTC
webapp/latex: alternative way to fix this, and making file optional
Tip revision: 7df44fa
pull_request_template.md
# Description

# Testing Steps
1.
1.
1.

# Relevant Issues

### [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist):
- [ ] No debugging console.log messages.
- [ ] All new code is actually used.
- [ ] Non-obvious code has some sort of comments.

Front end:
- [ ] Restart at least one project and check its `~/.smc/local_hub/local_hub.log`
- [ ] Completely restart Webpack with `./w` in `/src`
- [ ] Completely restart the hub by killing and restarting `./start_hub.py` in `/src/dev/project`
- [ ] Screenshots if relevant.
back to top