forked from science-ation/science-ation
Apparently in IE7 you can't .load into an <iframe>. But you can .load
into a <div>. So there.
This commit is contained in:
parent
ebbfaf42bd
commit
4aae875630
@ -89,10 +89,10 @@ function opencommunicationeditor(key,id,fcid) {
|
|||||||
fcstr="&fundraising_campaigns_id="+fcid;
|
fcstr="&fundraising_campaigns_id="+fcid;
|
||||||
|
|
||||||
if(id) {
|
if(id) {
|
||||||
$("#content").load("communication.php?action=dialog_edit&id="+id+fcstr,null,function() {
|
$("#debug").load("communication.php?action=dialog_edit&id="+id+fcstr,null,function() {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
$("#content").load("communication.php?action=dialog_edit&key="+key+fcstr,null,function() {
|
$("#debug").load("communication.php?action=dialog_edit&key="+key+fcstr,null,function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user