mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-28 19:18:21 -05:00
7 lines
215 B
JavaScript
7 lines
215 B
JavaScript
|
<?php
|
||
|
if ($user->user_id) {
|
||
|
print js_display_file_select();
|
||
|
|
||
|
print jquery_post("group_add", 0, "plus-circle", "Add group", "Adding", "This group has been added.", "location.href = '/group/$next_group_id';");
|
||
|
}
|
||
|
?>
|