aboutsummaryrefslogblamecommitdiffstats
path: root/view/js/mod_directory.js
blob: 74c8b414d3fb5fe1586de4ca394b4ce2d4746d8e (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                                   
                                                                              



           

                              
  
function dirdetails(hash) {

	$.get('dirprofile' + '?f=&hash=' + hash, function( data ) {
		$.colorbox({ maxWidth: "50%", maxHeight: "75%", html: data });
	});

}

$(document).ready(function() {
	collapseHeight();
});