https://github.com/sagemathinc/cocalc
Raw File
Tip revision: fb737858794337b2bf2a1a05d46917b2b79b3365 authored by Harald Schilly on 22 June 2019, 08:51:05 UTC
webapp/frame editor: help for frame type terminal always opens the doc page -- #3913
Tip revision: fb73785
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