Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/Marinus
/ doReload
Function
doReload
web_server/public/javascripts/draw_graph.js:815–817 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
813
}
814
815
function
doReload() {
816
window.location.href =
"/graph?zone="
+ document.getElementById(
'reloadField'
).value;
817
}
818
819
/* eslint-disable-next-line no-unused-vars */
820
var
drag_table = d3.drag().subject(this)
Callers
1
draw_graph.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected