Searched defs:fold (Results 1 - 1 of 1) sorted by relevance

/opengrok/web/js/
H A Dutils.js1648 $('.fold-space, .fold-icon, .unfold-icon').toggle()
1653 $('.fold-space, .fold-icon, .unfold-icon').show()
1817 function fold(id) { function
1822 .toggleClass('fold-icon')
1823 $('#' + id + '_fold').toggle('fold');

Completed in 32 milliseconds