Allow add sponsor to be linked from other pages to open the dialog

This commit is contained in:
james 2009-09-17 21:49:39 +00:00
parent d51b2d9576
commit 7a9df90f34

View File

@ -423,6 +423,17 @@ function activityinfo_save() {
echo "</table>\n";
if($_GET['action']=="add") {
?>
<script type="text/javascript">
$(document).ready(function() {
popup_editor(-1);
});
</script>
<?
}
send_footer();
?>