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:
@@ -18,7 +18,7 @@
|
||||
$buttons: $('#avatar-cropper-buttons'),
|
||||
|
||||
/** @type {jQuery} */
|
||||
$box: $('#avatar-box'),
|
||||
$box: $('.c-avatar-box'),
|
||||
|
||||
/** @type {jQuery} */
|
||||
$data: $('#avatar-cropper-data'),
|
||||
|
Reference in New Issue
Block a user