forked from science-ation/science-ation
Allow add sponsor to be linked from other pages to open the dialog
This commit is contained in:
parent
d51b2d9576
commit
7a9df90f34
@ -423,6 +423,17 @@ function activityinfo_save() {
|
|||||||
|
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
|
|
||||||
|
if($_GET['action']=="add") {
|
||||||
|
?>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() {
|
||||||
|
popup_editor(-1);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<?
|
||||||
|
|
||||||
|
}
|
||||||
send_footer();
|
send_footer();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user