mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix select2 config typo (#5363)
This commit is contained in:
committed by
GitHub
parent
4e56ce8927
commit
d8bf3d0b07
@@ -594,7 +594,7 @@ var form_handlers = function (el) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
placeholder: $(this).attr("data-placeholder") | "",
|
placeholder: $(this).attr("data-placeholder") || "",
|
||||||
templateResult: function (res) {
|
templateResult: function (res) {
|
||||||
if (!res.id) {
|
if (!res.id) {
|
||||||
return res.text;
|
return res.text;
|
||||||
|
|||||||
Reference in New Issue
Block a user