Fix usage of deprecated size() method

This commit is contained in:
Andreas Nedbal 2020-04-28 13:26:20 +02:00
parent e7d076d699
commit a0c99574ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
jQuery -> jQuery ->
if $('#pagination').size() > 0 if $('#pagination').length > 0
$('#pagination').hide() $('#pagination').hide()
loading_posts = false loading_posts = false