Merge pull request #1877 from eeintech/fix_search_js

Fixed missing comma propagating to translated JS files
This commit is contained in:
Oliver 2021-07-29 08:27:20 +10:00 committed by GitHub
commit 2009773d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
},