You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... not actually be a ===? I debugged it and in my case, since there are already some click events present, it jumps over it. ($.inArray() returns -1 if nothing is found. But if nothing is found, don't we want to add our click handler?)
The text was updated successfully, but these errors were encountered:
Is suspect a bug here:
alphabetical_paginate/vendor/assets/javascripts/alphabetical_paginate.js
Line 14 in 518dded
Maybe I'm misreading your code, but should the
!==
in ...... not actually be a
===
? I debugged it and in my case, since there are already some click events present, it jumps over it. ($.inArray()
returns -1 if nothing is found. But if nothing is found, don't we want to add our click handler?)The text was updated successfully, but these errors were encountered: