1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/15769] Use class instead of ID for avatar box

PHPBB3-15769
This commit is contained in:
Marc Alexander
2021-08-23 20:59:11 +02:00
parent b153979398
commit dd2723b0bd
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
$buttons: $('#avatar-cropper-buttons'),
/** @type {jQuery} */
$box: $('#avatar-box'),
$box: $('.c-avatar-box'),
/** @type {jQuery} */
$data: $('#avatar-cropper-data'),