remove big-graph-mobile-load-request

This commit is contained in:
Nick Krecklow
2020-05-11 20:53:59 -05:00
parent 5eb1aa05dd
commit 8bfd297008
7 changed files with 4 additions and 57 deletions

View File

@ -11,12 +11,4 @@ document.addEventListener('DOMContentLoaded', () => {
// Delegate to GraphDisplayManager which can check if the resize is necessary
app.graphDisplayManager.requestResize()
}, false)
document.getElementById('big-graph-mobile-load-request-button').addEventListener('click', function () {
// Send a graph data request to the backend
app.socketManager.sendHistoryGraphRequest()
// Hide the activation link to avoid multiple requests
document.getElementById('big-graph-mobile-load-request').style.display = 'none'
}, false)
}, false)