We also need to escape the JS at this point
This commit is contained in:
parent
18bdf03623
commit
94eb2b32de
@ -640,6 +640,7 @@
|
||||
if ($selected.length > 0) {
|
||||
$selected.each(function() {
|
||||
var catText = $(this).next('label').text();
|
||||
catText = $('<span>').text(catText).html();
|
||||
$('<li class="selected">'+ catText +'</li>').appendTo($target);
|
||||
});
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user