mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[feature/avatars] Remove unnecessary abbreviations
PHPBB3-10018
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
"use strict";
|
||||
|
||||
function avatar_simplify() {
|
||||
$('#av_options > div').hide();
|
||||
$('#avatar_options > div').hide();
|
||||
|
||||
var selected = $('#avatar_driver').val();
|
||||
$('#av_option_' + selected).show();
|
||||
$('#avatar_option_' + selected).show();
|
||||
}
|
||||
|
||||
avatar_simplify();
|
||||
|
Reference in New Issue
Block a user