Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/Marinus
/ doReload
Function
doReload
web_server/public/javascripts/cert_graph.js:865–867 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
863
}
864
865
function
doReload() {
866
window.location.href =
"/cert_graph?zone="
+ document.getElementById(
'reloadField'
).value;
867
}
868
869
var
drag_table = d3.drag().subject(this)
870
.on(
'start'
,
function
(event, d) {
Callers
1
cert_graph.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected