mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 09:16:02 +01:00
Use the regular "icon icon-*" classes for collapsible fields (#31433).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18204 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -72,6 +72,7 @@ function toggleAllRowGroups(el) {
|
||||
function toggleFieldset(el) {
|
||||
var fieldset = $(el).parents('fieldset').first();
|
||||
fieldset.toggleClass('collapsed');
|
||||
fieldset.children('legend').toggleClass('icon-expended icon-collapsed');
|
||||
fieldset.children('div').toggle();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user