1. Did minor refactor in preparation for saving the state & possibly just swapping daata instead of redirecting to a completely new page when the change in parameter happens on the temporal graph vis.
This commit is contained in:
parent
8b9d3cb4b7
commit
f69e2eb904
3 changed files with 48 additions and 40 deletions
|
@ -32,6 +32,8 @@
|
|||
"value": "Grants" }>
|
||||
|
||||
<#assign parameterOptions = [publicationParameter, grantParameter]>
|
||||
|
||||
<#assign entityCheckboxSelectorDOMClass = "entity-selector-checkbox">
|
||||
|
||||
<#-- Javascript files -->
|
||||
|
||||
|
@ -84,6 +86,8 @@ var organizationVIVOProfileURL = "${organizationVivoProfileURL}";
|
|||
|
||||
var loadingImageLink = contextPath + "/images/visualization/ajax-loader.gif";
|
||||
|
||||
var entityCheckboxSelectorDOMClass = "${entityCheckboxSelectorDOMClass}";
|
||||
|
||||
/*
|
||||
This has to be declared before making a call to GUI event manager JS.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue