mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Libs/jQuery
* updated to 1.12.4 (plus compatibility changes in affected javascripts) * fixed double escapes on featuredbox text * fixed rogue whitespace
This commit is contained in:
@@ -99,7 +99,7 @@ pr_onChangeRegion.C = {};
|
||||
|
||||
function pr_onChangeRace()
|
||||
{
|
||||
if($('select[name=ra[]] option:selected').length)
|
||||
if($('select[name="ra[]"] option:selected').length)
|
||||
$('select[name=si]').attr('disabled', true).val('');
|
||||
else
|
||||
$('select[name=si]').attr('disabled', false);
|
||||
|
||||
Reference in New Issue
Block a user