streams/view/js/mod_directory.js
2013-12-23 19:51:51 -08:00

9 lines
187 B
JavaScript

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