diff options
Diffstat (limited to 'admin/themes/default/template/footer.tpl')
-rw-r--r-- | admin/themes/default/template/footer.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/themes/default/template/footer.tpl b/admin/themes/default/template/footer.tpl index f287bab0e..16491a724 100644 --- a/admin/themes/default/template/footer.tpl +++ b/admin/themes/default/template/footer.tpl @@ -61,5 +61,15 @@ </script> {/literal} +{if not $ENABLE_SYNCHRONIZATION} +{literal} +<script type='text/javascript'> + $(document).ready(function() { + $("#helpSynchro").hide(); + }); +</script> +{/literal} +{/if} + </body> </html>
\ No newline at end of file |