diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2012-11-25 00:54:34 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2012-11-25 00:54:34 +0100 |
| commit | ce44e3908eef5166e5e3e43d2642c5372379b6a6 (patch) | |
| tree | 3d517a28b448a42bd3b782a35aff75e55f6152ac /phpBB/styles/subsilver2/template/avatars.js | |
| parent | 2b917199066cb06aa9c6c846ce06252d6f8036e9 (diff) | |
| download | forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.tar forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.tar.gz forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.tar.bz2 forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.tar.xz forums-ce44e3908eef5166e5e3e43d2642c5372379b6a6.zip | |
[feature/avatars] Remove unnecessary abbreviations
PHPBB3-10018
Diffstat (limited to 'phpBB/styles/subsilver2/template/avatars.js')
| -rw-r--r-- | phpBB/styles/subsilver2/template/avatars.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/avatars.js b/phpBB/styles/subsilver2/template/avatars.js index a9b2cc5722..df6aad178a 100644 --- a/phpBB/styles/subsilver2/template/avatars.js +++ b/phpBB/styles/subsilver2/template/avatars.js @@ -3,10 +3,10 @@ "use strict"; function avatar_simplify() { - $('.[class^="av_option_"]').hide(); + $('.[class^="avatar_option_"]').hide(); var selected = $('#avatar_driver').val(); - $('.av_option_' + selected).show(); + $('.avatar_option_' + selected).show(); } avatar_simplify(); |
