366
366
qs = Y.lp.client.append_qs(qs, 'field.private', private_flag?'on':'off');
367
367
qs = Y.lp.client.append_qs(
368
368
qs, 'field.security_related', security_related?'on':'off');
371
373
headers: {'Accept': 'application/xhtml'},
374
383
success: function (id, response) {
375
384
if (response.responseText !== '') {
378
390
for (item in cache_data) {
379
391
if (cache_data.hasOwnProperty(item)) {