streams/view/js/mod_directory.js

11 lines
217 B
JavaScript
Raw Normal View History

function dirdetails(hash) {
$.get('dirprofile' + '?f=&hash=' + hash, function( data ) {
$.colorbox({ maxWidth: "50%", maxHeight: "75%", html: data });
});
}
2014-12-17 01:43:36 +00:00
$(document).ready(function() {
collapseHeight();
2014-12-17 02:33:16 +00:00
});