1
0
mirror of synced 2024-11-29 16:16:02 +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) { addSelectedChoice: function (data) {
var enableChoice = !data.disabled, var enableChoice = !data.locked,
enabledItem = $( enabledItem = $(
"<li class='select2-search-choice'>" + "<li class='select2-search-choice'>" +
" <div></div>" + " <div></div>" +