Changes from SPA to MPA

This commit is contained in:
Henry Whitaker
2020-12-20 00:09:18 +00:00
parent 95325db128
commit a7652af2ba
24 changed files with 154099 additions and 904 deletions

View File

@@ -37,6 +37,10 @@ export default class HistoryGraph extends Component {
});
}
componentWillUnmount() {
clearInterval(this.state.interval);
}
getDLULPing = (days) => {
var url = 'api/speedtest/time/' + days;