aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_directory.js
blob: 96a38a10950dd772c22486356a22b937693a05ca (plain) (blame)
1
2
3
4
5
6
7
8
function dirdetails(hash) {

	$.get('dirprofile' + '?f=&hash=' + hash, function( data ) {
		$.colorbox({ html: data });
	});

}