mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-15 16:47:36 +00:00
refactor to use store for storing events
This commit is contained in:
@@ -24,8 +24,6 @@ function loadDynamicPicker(element) {
|
||||
null : [ JSON.parse(input.value) ]
|
||||
)
|
||||
;
|
||||
console.log('picked at startup', picked);
|
||||
console.log('input', input);
|
||||
|
||||
if (!isMultiple) {
|
||||
if (input.value === '[]'){
|
||||
|
||||
Reference in New Issue
Block a user