mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
12 lines
465 B
Smarty
12 lines
465 B
Smarty
<div id="group_widget" class="card shadow spinner" style="background-color: #EEE;">
|
|
{$c->prepareEmpty()}
|
|
{if="$server && $node"}
|
|
<script type="text/javascript">
|
|
MovimWebsocket.attach(function() {
|
|
Group_ajaxGetItems('{$server}', '{$node}');
|
|
Group_ajaxGetMetadata('{$server}', '{$node}');
|
|
Group_ajaxGetAffiliations('{$server}', '{$node}');
|
|
});
|
|
</script>
|
|
{/if}
|
|
</div>
|