mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-30 07:20:25 -05:00
Blade Style Change (Prettier Blade CI)
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
input = document.getElementById(
|
||||
'{{ $comment->isParent() ? 'new-comment__textarea' : 'reply-comment' }}'
|
||||
);
|
||||
input.value += '[quote={{ \htmlspecialchars('@' . $comment->anon ? 'Anonymous' : $comment->user->username) }}]';
|
||||
input.value +=
|
||||
'[quote={{ \htmlspecialchars('@' . $comment->anon ? 'Anonymous' : $comment->user->username) }}]';
|
||||
input.value += (() => {
|
||||
var text = document.createElement('textarea');
|
||||
text.innerHTML = decodeURIComponent(
|
||||
|
||||
Reference in New Issue
Block a user