rr- / szurubooru

Image board engine, Danbooru-style.
GNU General Public License v3.0
664 stars 175 forks source link

Pool search doesn't work #625

Open xnoe opened 7 months ago

xnoe commented 7 months ago

pool_list_controller.js tries to add event listeners for both submit and navigate in a single call, this does not work, and yields in only an event listener for submit being created.