aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/avatars.js
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-25 00:54:34 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-25 00:54:34 +0100
commitce44e3908eef5166e5e3e43d2642c5372379b6a6 (patch)
tree3d517a28b448a42bd3b782a35aff75e55f6152ac /phpBB/styles/subsilver2/template/avatars.js
parent2b917199066cb06aa9c6c846ce06252d6f8036e9 (diff)
downloadforums-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.js4
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();