Skip to content
Snippets Groups Projects
Commit 1ea7e30f authored by baigner's avatar baigner
Browse files

VISTOMS bug fix: 1.) Added all glyphicon symbols to local file references in...

VISTOMS bug fix: 1.) Added all glyphicon symbols to local file references in VISTOMS_Static.html. 2.) Fixed small issue in VISTOMS_TreeViewer.html


Former-commit-id: 18d794fef4dfd469b3bf2afd1bc508295b757060
parent e6437425
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,12 @@ LOCAL_FILE_REFS = dict(REP__Acknowledgements__REP=os.path.join(LOCAL_PATH_PICTUR
REP__RWTH_Logo__REP=os.path.join(LOCAL_PATH_PICTURES, "RWTH_Logo.svg").replace('\\', '/'),
REP__TUDelft_Logo__REP=os.path.join(LOCAL_PATH_PICTURES, "TUDelft_Logo.svg").replace('\\', '/'),
REP__Tutorial__REP=os.path.join(LOCAL_PATH_PICTURES, "Tutorial.svg").replace('\\', '/'),
REP__VISTOMS_Label__REP=os.path.join(LOCAL_PATH_PICTURES, "VISTOMS_Label.svg").replace('\\', '/'))
REP__VISTOMS_Label__REP=os.path.join(LOCAL_PATH_PICTURES, "VISTOMS_Label.svg").replace('\\', '/'),
REP__glyphicons_eot__REP=os.path.join(LOCAL_PATH_PICTURES, "glyphicons-halflings-regular.eot").replace('\\', '/'),
REP__glyphicons_svg__REP=os.path.join(LOCAL_PATH_PICTURES, "glyphicons-halflings-regular.svg").replace('\\', '/'),
REP__glyphicons_ttf__REP=os.path.join(LOCAL_PATH_PICTURES, "glyphicons-halflings-regular.ttf").replace('\\', '/'),
REP__glyphicons_woff__REP=os.path.join(LOCAL_PATH_PICTURES, "glyphicons-halflings-regular.woff").replace('\\', '/'),
REP__glyphicons_woff2__REP=os.path.join(LOCAL_PATH_PICTURES, "glyphicons-halflings-regular.woff2").replace('\\', '/'))
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -19602,7 +19602,8 @@ th, td {
yPos_init = d3.event.y+yOffset_tmp;
}
var treeData = (JSON.parse(JSON.stringify(currentGraph.variableSchemes[aVarCategory])));
var schema = data.schema;
var treeData = (JSON.parse(JSON.stringify(schema)));
//aigner: Build the tree layout
//######################################################################
//Function to prune the tree according to list of xPaths that are actually there
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