@@ -102,7 +102,7 @@ function L(p_lcl)
|
||||
for (opt in API.apidata.options)
|
||||
{
|
||||
Response.Write("\nwindow.facilitor.phonebook_options['"+opt+"'] = "
|
||||
+ " eval('(" + safe.jsstring(JSON.stringify(API.apidata.options[opt])) + ")')");
|
||||
+ "JSON.parse('"+ safe.jsstring(JSON.stringify(API.apidata.options[opt])) +"')");
|
||||
|
||||
}
|
||||
%>
|
||||
|
||||
Reference in New Issue
Block a user