Update fancybox to latest git commit
This commit is contained in:
@@ -1719,7 +1719,7 @@
|
||||
|
||||
parent = F.coming ? F.coming.parent : opts.parent;
|
||||
|
||||
this.overlay = $('<div class="fancybox-overlay"></div>').appendTo( parent && parent.lenth ? parent : 'body' );
|
||||
this.overlay = $('<div class="fancybox-overlay"></div>').appendTo( parent && parent.length ? parent : 'body' );
|
||||
this.fixed = false;
|
||||
|
||||
if (opts.fixed && F.defaults.fixed) {
|
||||
|
||||
Reference in New Issue
Block a user