mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Missing comma propagating to translated JS files
This commit is contained in:
parent
430f737953
commit
d43312d162
@ -94,7 +94,7 @@ function inventreeDocReady() {
|
|||||||
{% if request.user %}
|
{% if request.user %}
|
||||||
limit: {% settings_value 'SEARCH_PREVIEW_RESULTS' user=request.user %},
|
limit: {% settings_value 'SEARCH_PREVIEW_RESULTS' user=request.user %},
|
||||||
{% else %}
|
{% else %}
|
||||||
limit: 25
|
limit: 25,
|
||||||
{% endif %}
|
{% endif %}
|
||||||
offset: 0
|
offset: 0
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user