streams/view/js/mod_directory.js
2014-12-16 17:43:36 -08:00

11 lines
No EOL
215 B
JavaScript

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