initial commit
This commit is contained in:
commit
186a860385
8199 changed files with 1159811 additions and 0 deletions
9
themes/MasterControlProgram/modules/ftp/ftp_admin.js
Normal file
9
themes/MasterControlProgram/modules/ftp/ftp_admin.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
$(window).load(function(){
|
||||
$('.tablesorter-hasChildRow td.collapsed').html('<i class="fa fa-plus-square-o" aria-hidden="true"></i>');
|
||||
$('.tablesorter-hasChildRow td.collapsed').click(function(){
|
||||
$(this).html('<i class="fa fa-minus-square-o" aria-hidden="true"></i>');
|
||||
});
|
||||
$('.tablesorter-hasChildRow td.expanded').click(function(){
|
||||
$(this).html('<i class="fa fa-plus-square-o" aria-hidden="true"></i>');
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue