|
|
|
@ -2628,7 +2628,7 @@ int main(int argc, char** argv){
|
|
|
|
|
ss += 'window.atPersonLists = [];'
|
|
|
|
|
|
|
|
|
|
@at_persons && @at_persons.each_with_index do |person,index|
|
|
|
|
|
ss += "var o = {id: #{index}, name: '#{person.get_at_show_name}', email: '#{person.mail}'};"
|
|
|
|
|
ss += "var o = {id: #{index}, name: '#{person.show_name}', login: '#{person.login}', searchKey: '#{person.get_at_show_name}'};"
|
|
|
|
|
ss += "atPersonLists.push(o);"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|