MCPcopy 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
865function doReload() {
866 window.location.href = "/cert_graph?zone=" + document.getElementById('reloadField').value;
867}
868
869var drag_table = d3.drag().subject(this)
870 .on('start', function (event, d) {

Callers 1

cert_graph.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected