fancybox
fancybox copied to clipboard
Fixed deprecated .focus() in hash.js
Replaced .focus() with .trigger("focus") in triggerFromUrl() in hash.js.
jQueryMigrate fires a JQMIGRATE: jQuery.fn.focus() event shorthand is deprecated warning for this line with jQuery 3.
As far as I can tell this was an oversight, all other occurrences have already been fixed to use .trigger() (despite the unluckily named .focus() methods of the Thumbs instance).