fancybox icon indicating copy to clipboard operation
fancybox copied to clipboard

Fixed deprecated .focus() in hash.js

Open sp00n opened this issue 6 years ago • 0 comments

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).

sp00n avatar Jul 10 '19 15:07 sp00n