Goofed, changed disabled to locked.
This commit is contained in:
parent
d382f3cdb5
commit
1d4ea633aa
@ -2070,7 +2070,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
||||
},
|
||||
|
||||
addSelectedChoice: function (data) {
|
||||
var enableChoice = !data.disabled,
|
||||
var enableChoice = !data.locked,
|
||||
enabledItem = $(
|
||||
"<li class='select2-search-choice'>" +
|
||||
" <div></div>" +
|
||||
|
Loading…
Reference in New Issue
Block a user