Skip to content
Snippets Groups Projects
Commit 2967ec16 authored by Brian Moe's avatar Brian Moe
Browse files

Merge branch 'master' of ligo-vcs.phys.uwm.edu:/usr/local/git/gracedb

parents f4b67db3 8288e892
No related branches found
No related tags found
No related merge requests found
......@@ -957,6 +957,7 @@ require([
sVdiv = put(annotationsDiv, 'div#sV_form_div[style="display: none"]');
sVform = put(sVdiv, 'form#sV_form[method="post"][action="$"]',
encodeURI(skymapViewerUrl));
put(sVform, 'input[type="hidden"][name="skymapid"][value="{{ object.graceid }}"]');
put(sVform, 'input[type="hidden"][name="json"]');
put(sVform, 'input[type="hidden"][name="embb"]');
put(sVform, 'input[type="submit"][value="View in skymapViewer!"]');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment