diff --git a/admin/fundraising.php b/admin/fundraising.php index 707a02e..9fd6b65 100644 --- a/admin/fundraising.php +++ b/admin/fundraising.php @@ -284,8 +284,7 @@ function thanked() { //key is initial or followup //start is either 'new' to start with a blank, or 'existing' to load an existing email to start from function opencommunicationsender(uid,template) { - $("#content").empty(); - $("#content").load("communication.php?action=dialog_sender&uid="+uid+"&template=fundraising_thankyou_template",null,function() { + $("#debug").load("communication.php?action=dialog_sender&uid="+uid+"&template=fundraising_thankyou_template",null,function() { }); return false; } diff --git a/js/sfiab.js b/js/sfiab.js index 4f32eee..e1430a0 100644 --- a/js/sfiab.js +++ b/js/sfiab.js @@ -83,7 +83,6 @@ $(document).ready(function() //key is 'val' from emails table, or id is id, fcid simply gets passed in and saved if needed //only id or key are used to lookup which to open function opencommunicationeditor(key,id,fcid) { - $("#content").empty(); var fcstr=""; if(fcid) fcstr="&fundraising_campaigns_id="+fcid;