mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-11 15:51:19 +00:00
Update selectize 0.12 -> 0.13
This commit is contained in:
parent
0c6223ffa5
commit
a354f8eb52
4 changed files with 5 additions and 5 deletions
|
@ -15,6 +15,7 @@ $(function () {
|
|||
$("#add-check-tags").selectize({
|
||||
create: true,
|
||||
createOnBlur: true,
|
||||
selectOnTab: false,
|
||||
delimiter: " ",
|
||||
labelField: "value",
|
||||
searchField: ["value"],
|
||||
|
@ -26,7 +27,6 @@ $(function () {
|
|||
$("#add-check-tz").selectize({
|
||||
labelField: "value",
|
||||
searchField: ["value"],
|
||||
selectOnTab: true,
|
||||
options: timezones.split(",").map(tz => {return {value: tz}})
|
||||
});
|
||||
|
||||
|
|
|
@ -270,6 +270,7 @@ $(function () {
|
|||
$("#update-tags-input").selectize({
|
||||
create: true,
|
||||
createOnBlur: true,
|
||||
selectOnTab: false,
|
||||
delimiter: " ",
|
||||
labelField: "value",
|
||||
searchField: ["value"],
|
||||
|
|
|
@ -18,6 +18,7 @@ $(function () {
|
|||
$("#update-tags-input").selectize({
|
||||
create: true,
|
||||
createOnBlur: true,
|
||||
selectOnTab: false,
|
||||
delimiter: " ",
|
||||
labelField: "value",
|
||||
searchField: ["value"],
|
||||
|
|
6
static/js/selectize.min.js
vendored
6
static/js/selectize.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue