Open czirkoszoltan opened 1 year ago
https://github.com/terrymun/Fluidbox/blob/2de7e52617c6cd6f6c8344f3de3b937a69106d05/src/js/jquery.fluidbox.js#L641
This should be
$fb.on('recompute.fluidbox compute.fluidbox', function() {
without a comma, as event names are delimited by a space: https://api.jquery.com/on/
https://github.com/terrymun/Fluidbox/blob/2de7e52617c6cd6f6c8344f3de3b937a69106d05/src/js/jquery.fluidbox.js#L641
This should be
without a comma, as event names are delimited by a space: https://api.jquery.com/on/