Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metexplore
MetExploreViz
Commits
0e3d2000
Commit
0e3d2000
authored
Jan 30, 2020
by
maxchaza
Browse files
Merge branch 'hotfix/3.0.4'
parents
447566a2
bea21803
Changes
2
Hide whitespace changes
Inline
Side-by-side
app.json
View file @
0e3d2000
...
...
@@ -7,7 +7,7 @@
/**
*
The
version
of
the
application.
*/
"version"
:
"3.0.
3
"
,
"version"
:
"3.0.
4
"
,
/**
*
The
relative
path
to
the
application's
markup
file
(html
,
jsp
,
asp
,
etc.).
...
...
index.html
View file @
0e3d2000
...
...
@@ -33,19 +33,27 @@
document
.
getElementById
(
"
visualisation
"
).
style
.
width
=
dimensionIFrameMetExploreViz
.
width
+
"
px
"
;
document
.
getElementById
(
"
visualisation
"
).
style
.
height
=
dimensionIFrameMetExploreViz
.
height
+
"
px
"
;
}
// Launch metExploreViz after microloader loading
Ext
.
Microloader
.
onCachedAssetsReady
=
function
(){
window
.
location
.
reload
();
};
//
// Ext.Microloader.onAllUpdatedAssetsReady = function(){
// Ext.onReady(function() {
// var visu = new metExploreViz('visualisation', parent);
// // Create metExploreViz variable in parent DOM
// parent.metExploreViz = metExploreD3;
// });
// };
Ext
.
Microloader
.
on
AllUpdate
dAssetsReady
=
function
(){
Ext
.
Microloader
.
check
AllUpdate
s
=
function
(){
Ext
.
onReady
(
function
()
{
var
visu
=
new
metExploreViz
(
'
visualisation
'
,
parent
);
// Create metExploreViz variable in parent DOM
parent
.
metExploreViz
=
metExploreD3
;
});
};
};
}
document
.
addEventListener
(
"
DOMContentLoaded
"
,
init
,
false
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment