mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Various JS optimizations
This commit is contained in:
@@ -212,8 +212,8 @@
|
||||
@endif
|
||||
</td>
|
||||
<td>
|
||||
<img data-src="{{ $U('/product/' . $product->id . '/grocycode?size=25') }}"
|
||||
class="lazy">
|
||||
<img src="{{ $U('/product/' . $product->id . '/grocycode?size=25') }}"
|
||||
loading="lazy">
|
||||
</td>
|
||||
|
||||
@include('components.userfields_tbody', array(
|
||||
|
Reference in New Issue
Block a user