mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1877 from eeintech/fix_search_js
Fixed missing comma propagating to translated JS files
(cherry picked from commit 2009773d9d
)
This commit is contained in:
parent
a7229b5b0b
commit
0a73032950
@ -94,7 +94,7 @@ function inventreeDocReady() {
|
||||
{% if request.user %}
|
||||
limit: {% settings_value 'SEARCH_PREVIEW_RESULTS' user=request.user %},
|
||||
{% else %}
|
||||
limit: 25
|
||||
limit: 25,
|
||||
{% endif %}
|
||||
offset: 0
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user