shibukawa / oktavia

Full text search engine for JS environments
MIT License
70 stars 11 forks source link

Support jQuery 3.x (Sphinx >= 1.5) #28

Open seikichi opened 7 years ago

seikichi commented 7 years ago

Since version 1.5, Sphinx uses jQuery 3.x (changelog).

However, oktavia-jquery-ui.js uses deprecated jQuery function .size() (doc).

Fix the problem by replacing .size() with .length.