1
0
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:
Marc Alexander
2012-11-25 00:54:34 +01:00
parent 2b91719906
commit ce44e3908e
28 changed files with 157 additions and 157 deletions

View File

@@ -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();