make sure resize fires
This commit is contained in:
parent
8194ade886
commit
4e3a2c5f28
@ -1,7 +1,8 @@
|
|||||||
function dirdetails(hash) {
|
function dirdetails(hash) {
|
||||||
|
|
||||||
$.get('dirprofile' + '?f=&hash=' + hash, function( data ) {
|
$.get('dirprofile' + '?f=&hash=' + hash, function( data ) {
|
||||||
$.colorbox({ html: data });
|
$.colorbox({ maxWidth: '75%', maxHeight: '75%', html: data });
|
||||||
|
$.colorbox.resize();
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user