make sure resize fires

This commit is contained in:
friendica 2013-12-23 19:51:51 -08:00
parent 8194ade886
commit 4e3a2c5f28

View File

@ -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();
}); });
} }