From dc9066b84f39f88e5a77dd2a9fd64d5f7695f3bf Mon Sep 17 00:00:00 2001 From: nbrettell Date: Mon, 13 Nov 2017 10:13:16 +0000 Subject: [PATCH] Fix syntax check and remove irrelevant Ajax params --- ang/crmMailing/Templates.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ang/crmMailing/Templates.js b/ang/crmMailing/Templates.js index 44c855a68b..2c5ff8c4cf 100644 --- a/ang/crmMailing/Templates.js +++ b/ang/crmMailing/Templates.js @@ -30,7 +30,6 @@ var rcpAjaxState = { input: '', entity: 'civicrm_msg_templates', - type: 'include', page_n: 0, page_i: 0, }; @@ -55,7 +54,7 @@ $(tlist.values).each(function(id, val) { template.id = val.id; template.text = val.label; - }) + }); } cb(template); @@ -69,7 +68,6 @@ rcpAjaxState = { input: input, entity: 'civicrm_msg_templates', - type: 'include', page_n: 0, }; } -- 2.25.1