##// END OF EJS Templates
SCM browser:...
Jean-Philippe Lang -
r854:152a5da64df7
parent child
Show More
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -62,7 +62,9 function checkBulkEdit(form) {
62 function collapseScmEntry(id) {
62 function collapseScmEntry(id) {
63 var els = document.getElementsByClassName(id, 'browser');
63 var els = document.getElementsByClassName(id, 'browser');
64 for (var i = 0; i < els.length; i++) {
64 for (var i = 0; i < els.length; i++) {
65 collapseScmEntry(els[i].id);
65 if (els[i].hasClassName('open')) {
66 collapseScmEntry(els[i].id);
67 }
66 Element.hide(els[i]);
68 Element.hide(els[i]);
67 }
69 }
68 $(id).removeClassName('open');
70 $(id).removeClassName('open');
General Comments 0
You need to be logged in to leave comments. Login now