Skip to content
Snippets Groups Projects
Commit 250a4c90 authored by Pavel Břoušek's avatar Pavel Břoušek Committed by Dominik Baránek
Browse files

style: prettier

parent 0673e424
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,9 @@ document.addEventListener("DOMContentLoaded", function () { ...@@ -168,7 +168,9 @@ document.addEventListener("DOMContentLoaded", function () {
create: false, create: false,
maxItems: 1, maxItems: 1,
myIndex: index, myIndex: index,
idphint: JSON.parse(document.querySelector('meta[name="idphint"]').content), idphint: JSON.parse(
document.querySelector('meta[name="idphint"]').content
),
loadThrottle: 250, loadThrottle: 250,
placeholder: placeholderTexts[index] ?? defaultPlaceholder, placeholder: placeholderTexts[index] ?? defaultPlaceholder,
render: { render: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment