LT-377: Remove duplicated loading template in OHIF Viewer
This commit is contained in:
parent
7ca7808b86
commit
d19d205fb0
@ -1,5 +1,5 @@
|
|||||||
<template name="viewer">
|
<template name="viewer">
|
||||||
{{#if Template.subscriptionsReady}}
|
{{#if and Template.subscriptionsReady}}
|
||||||
<div class="viewerDialogs">
|
<div class="viewerDialogs">
|
||||||
{{>cineDialog}}
|
{{>cineDialog}}
|
||||||
{{>layoutChooser}}
|
{{>layoutChooser}}
|
||||||
|
|||||||
@ -9,7 +9,6 @@
|
|||||||
<div class="viewerContainer">
|
<div class="viewerContainer">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{>loadingText}}
|
|
||||||
</div>
|
</div>
|
||||||
{{#each templateName in additionalTemplates}}
|
{{#each templateName in additionalTemplates}}
|
||||||
{{> UI.dynamic template=templateName}}
|
{{> UI.dynamic template=templateName}}
|
||||||
|
|||||||
@ -81,7 +81,6 @@ switchToTab = function(contentId) {
|
|||||||
// Attempt to retrieve the meta data (it might be cached)
|
// Attempt to retrieve the meta data (it might be cached)
|
||||||
OHIF.studylist.getStudiesMetadata(studyInstanceUids, function(studies) {
|
OHIF.studylist.getStudiesMetadata(studyInstanceUids, function(studies) {
|
||||||
viewStudiesInTab(contentId, studies);
|
viewStudiesInTab(contentId, studies);
|
||||||
Session.set('GettingStudyMetadata', false);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user