Fix usage of deprecated size() method
This commit is contained in:
parent
e7d076d699
commit
a0c99574ba
|
@ -1,5 +1,5 @@
|
||||||
jQuery ->
|
jQuery ->
|
||||||
if $('#pagination').size() > 0
|
if $('#pagination').length > 0
|
||||||
$('#pagination').hide()
|
$('#pagination').hide()
|
||||||
loading_posts = false
|
loading_posts = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue