aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/avatars.js
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/template/avatars.js')
-rw-r--r--phpBB/styles/prosilver/template/avatars.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/avatars.js b/phpBB/styles/prosilver/template/avatars.js
index 2068bdbbc4..882bcfe36d 100644
--- a/phpBB/styles/prosilver/template/avatars.js
+++ b/phpBB/styles/prosilver/template/avatars.js
@@ -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();