Loading build/jquery.simpler-select.js +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ function _createClass(Constructor, protoProps, staticProps) { this.options.push({ group: group, value: option.value, label: option.innerText.trim(), label: option.text.trim(), // `undefined` and `''` results in an `undefined`. parent: option.dataset.parent || undefined }); Loading build/jquery.simpler-select.js.map +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes frontend/src/jquery.simpler-select.ts +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ this.options.push({ group, value: option.value, label: option.innerText.trim(), label: option.text.trim(), // `undefined` and `''` results in an `undefined`. parent: option.dataset.parent || undefined, }); Loading Loading
build/jquery.simpler-select.js +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ function _createClass(Constructor, protoProps, staticProps) { this.options.push({ group: group, value: option.value, label: option.innerText.trim(), label: option.text.trim(), // `undefined` and `''` results in an `undefined`. parent: option.dataset.parent || undefined }); Loading
build/jquery.simpler-select.js.map +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes
frontend/src/jquery.simpler-select.ts +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ this.options.push({ group, value: option.value, label: option.innerText.trim(), label: option.text.trim(), // `undefined` and `''` results in an `undefined`. parent: option.dataset.parent || undefined, }); Loading