git-svn-id: https://msi/svn/firstRepo/Management/trunk@27 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -136,8 +136,8 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/editricetta/editricett
|
||||
if (data.length > 0) {
|
||||
response($.map(data, function (item) {
|
||||
return {
|
||||
label: item.autore,
|
||||
value: item.autore
|
||||
label: unescape(item.autore),
|
||||
value: unescape(item.autore)
|
||||
};
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user