mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-14 23:49:35 -06:00
automation: prettier blade ci
This commit is contained in:
@@ -36,8 +36,11 @@
|
||||
if (input.value !== '') {
|
||||
input.value += '\n\n';
|
||||
}
|
||||
input.value += '[quote={{ $comment->anon ? 'Anonymous' : '@' . $comment->user->username }}]\n';
|
||||
input.value += decodeURIComponent(escape(atob('{{ base64_encode($comment->content) }}')));
|
||||
input.value +=
|
||||
'[quote={{ $comment->anon ? 'Anonymous' : '@' . $comment->user->username }}]\n';
|
||||
input.value += decodeURIComponent(
|
||||
escape(atob('{{ base64_encode($comment->content) }}'))
|
||||
);
|
||||
input.value += '\n[/quote]\n\n';
|
||||
input.dispatchEvent(new Event('input'));
|
||||
input.focus();
|
||||
|
||||
Reference in New Issue
Block a user