mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-03 05:09:28 +00:00
5 lines
166 B
JavaScript
Executable File
5 lines
166 B
JavaScript
Executable File
$.extend($.fn.treegrid.defaults, {
|
|
expanderExpandedClass: 'glyphicon glyphicon-chevron-down',
|
|
expanderCollapsedClass: 'glyphicon glyphicon-chevron-right'
|
|
});
|