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:
Sarjuuk
2017-02-11 15:29:02 +01:00
parent d0f64fe66c
commit ca0e57b99c
11 changed files with 25 additions and 167 deletions

View File

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