mirror of
https://github.com/holo-gfx/mangadex.git
synced 2025-02-17 22:23:06 -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';");
|
|
}
|
|
?> |