diff options
Diffstat (limited to 'chimere')
-rw-r--r-- | chimere/static/chimere/js/jquery.chimere.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/static/chimere/js/jquery.chimere.js b/chimere/static/chimere/js/jquery.chimere.js index 69addca..b8d3b4e 100644 --- a/chimere/static/chimere/js/jquery.chimere.js +++ b/chimere/static/chimere/js/jquery.chimere.js @@ -1707,6 +1707,7 @@ function transformCoordToLonLat(coord) { $('#frm_categories .subcategories input:checkbox').each(function(index){ cat_id = $(this).attr('id').split('_').pop(); if (settings.checked_categories.indexOf(parseInt(cat_id)) != -1) { + $(this).parent().addClass('selected'); $(this).attr("checked", "checked"); _toggle_categories($(this)); methods.toggle_category(); |