iTimeTraveler / hexo-theme-hiker

An attractive theme for Hexo. called "Hiker", short for "HikerNews".
https://itimetraveler.github.io/hexo-theme-hiker/
MIT License
368 stars 84 forks source link

fixSearchProblemFirefox #113

Closed ericworks closed 5 years ago

ericworks commented 5 years ago

add 'event' as a parameter to the handlers.

112

WebKit follows IE's old behavior of using a global symbol for "event", but Firefox doesn't. When using jQuery, that library normalizes the behavior and ensures that your event handlers are passed the event parameter. from https://stackoverflow.com/questions/20522887/referenceerror-event-is-not-defined-error-in-firefox