2015-10-15 15:05:41 +02:00
|
|
|
<template name="tabContent">
|
2015-10-20 15:45:27 +02:00
|
|
|
<div role="tabpanel" class="tab-pane {{active}}" id="{{contentid}}">
|
2016-02-09 23:46:04 +01:00
|
|
|
{{>loadingText}}
|
|
|
|
|
<div class="viewerContainer">
|
|
|
|
|
<!-- This extra viewerContainer div only exists to be destroyed when switching tabs.
|
|
|
|
|
It is a workaround because Meteor's onDestroyed and destruction handlers don't fire
|
|
|
|
|
when removing the actual template from the DOM.-->
|
|
|
|
|
</div>
|
2015-10-15 15:05:41 +02:00
|
|
|
</div>
|
|
|
|
|
</template>
|