b08d4cc1f
1c5fe5a1a
1 2 3
4
5 6 7 8
function dirdetails(hash) { $.get('dirprofile' + '?f=&hash=' + hash, function( data ) { $.colorbox({ html: data }); }); }