Now the tags filter appear properly. Fixes ticket #1889

This commit is contained in:
Alejandro Gallardo Escobar 2015-03-05 13:20:55 +01:00
parent cc1e745295
commit b87e359050
1 changed files with 1 additions and 1 deletions

View File

@ -623,5 +623,5 @@ $('#ag_group').change (function (){
$("#table2-0-4").css('display', '');
}
}
});
}).change();
</script>