mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-25 01:18:20 -05:00
13 lines
284 B
JavaScript
13 lines
284 B
JavaScript
<?php if (!$user->user_id) {
|
|
|
|
print jquery_post("signup", 0, "pencil-alt", "Sign up", "Signing up", "You have signed up.", "location.href = '/login';");
|
|
|
|
?>
|
|
|
|
$("[data-toggle='popover']").popover({
|
|
"container": "body",
|
|
"trigger": "focus",
|
|
"placement": "auto left"
|
|
});
|
|
|
|
<?php } ?> |