1
0
mirror of synced 2024-11-26 06:46:04 +03:00

Goofed, changed disabled to locked.

This commit is contained in:
Todd Rafferty 2012-10-16 14:41:03 -03:00
parent d382f3cdb5
commit 1d4ea633aa

View File

@ -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>" +