diff --git a/shaarli-pro/editlink.html b/shaarli-pro/editlink.html index bea7b2a..51db5ae 100644 --- a/shaarli-pro/editlink.html +++ b/shaarli-pro/editlink.html @@ -11,7 +11,7 @@ {ignore}Lil hack: when included in a loop in batch mode, `$value` is assigned by RainTPL with template vars.{/ignore} {function="extract($value) ? '' : ''"} {/if} -{$asyncLoadClass=$link_is_new && $async_metadata && empty($link.title) ? 'loading-wrapper' : ''} +{$asyncLoadClass=$link_is_new && $async_metadata && empty($link.title) ? 'loading-wrapper loading-input' : ''} {if="!isset($index)"} {$index=""} {/if} @@ -48,12 +48,12 @@