mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-25 01:38:21 -05:00
5 lines
179 B
JavaScript
5 lines
179 B
JavaScript
<?php
|
|
if (in_array($user->user_id, TL_USER_IDS) || validate_level($user, 'mod')) {
|
|
print jquery_post("translate", $id, "save", "Save", "Saving", "Translation saved.", "");
|
|
}
|
|
?> |