forked from science-ation/science-ation
Fix all other (1) #content loads. We pretty much dont' need that now.
Maybe we should create a #content div. :p
This commit is contained in:
parent
4aae875630
commit
dc29349e7c
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user